diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-14 16:54:42 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-14 16:54:42 +0200 |
commit | 3ccffd6eddb1d614ff3da9ce48594cd716ddcdcb (patch) | |
tree | 647644bfb429cbc1983d6664d85487dbf67f3f59 /vim | |
parent | e5dd436aabe5ac43db7af408a6106fc43644371c (diff) |
Fix minor bugs
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 |