Browse Source

Only include vim-pyenv plugin when pyenv is installed

master
Taylor Bockman 12 months ago
parent
commit
74db70fe1e
  1. 2
      lua/conf/plugins.lua

2
lua/conf/plugins.lua

@ -70,6 +70,8 @@ Plug 'sheerun/vim-polyglot'
-------------------------
-- Pyenv Support
if vim.fn.executable('pyenv') == 1 then
Plug 'lambdalisue/vim-pyenv'
end
vim.call('plug#end')

Loading…
Cancel
Save