diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ if has("nvim") Plug '~/dotfiles/plugins/nvim-i3scratchpad' endif -if hostname() != "peuplier" +if has("nvim") && hostname() != "peuplier" Plug 'neovim/nvim-lsp' endif |