From ae69c7574454462b249e4ff5bae509b294d121fd Mon Sep 17 00:00:00 2001 From: MineralwaterXu Date: Sun, 12 Jul 2020 12:51:17 +0800 Subject: modified nvim config --- init.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.vim b/init.vim index a10ad8d..472a1cc 100644 --- a/init.vim +++ b/init.vim @@ -35,4 +35,10 @@ map :vertical resize+5 noremap s[ tK noremap s] tH +call plug#begin('~/.config/nvim/plugged') + +Plug 'vim-airline/vim-airline' + +call plug#end() + colorscheme koehler -- cgit v1.2.1