diff options
| author | MineralwaterXu <[email protected]> | 2020-07-31 09:38:42 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-07-31 09:38:42 +0800 |
| commit | d6a2e5122ff31bbab744c2314a64b0548a40e1d7 (patch) | |
| tree | 86727fa2ee4f21c867352e5ace073ae8dbc3a066 | |
| parent | 61c8a4c50a1093700d21468fbb6d153ac6fd6ccc (diff) | |
modified nvim config
| -rw-r--r-- | init.vim | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,3 @@ - if empty(glob('~/.config/nvim/autoload/plug.vim')) silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim @@ -45,7 +44,9 @@ noremap s] <C-w>t<C-w>H call plug#begin('~/.config/nvim/plugged') Plug 'vim-airline/vim-airline' +Plug 'bling/vim-bufferline' +Plug 'bpietravalle/vim-bolt' +Plug 'ajmwagar/vim-deus' call plug#end() -colorscheme koehler |
