From 6a6a0b1c52d83d91970d4e2a2fcff106db030c55 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 16:01:57 +0200 Subject: comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index 0788450..98ed862 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -16,12 +16,11 @@ Plug 'airblade/vim-rooter' " Fuzzy finder. Requires fzf package to be installed Plug 'junegunn/fzf.vim' +" Better language support Plug 'autozimu/LanguageClient-neovim', { \ 'branch': 'next', \ 'do': 'bash install.sh', \ } - -" Better syntax highlighting Plug 'rust-lang/rust.vim' Plug 'tpope/vim-git' -- cgit v1.2.3-54-g00ecf