summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 99fd8d4..e2ffadb 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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