|
@ -27,6 +27,7 @@ Plug 'scrooloose/nerdtree' |
|
|
Plug 'sheerun/vim-polyglot' |
|
|
Plug 'sheerun/vim-polyglot' |
|
|
Plug 'lukas-reineke/indent-blankline.nvim' |
|
|
Plug 'lukas-reineke/indent-blankline.nvim' |
|
|
Plug 'Yggdroot/indentLine' |
|
|
Plug 'Yggdroot/indentLine' |
|
|
|
|
|
Plug 'ryanoasis/vim-devicons' |
|
|
|
|
|
|
|
|
call plug#end() |
|
|
call plug#end() |
|
|
|
|
|
|
|
@ -109,6 +110,8 @@ set wildignorecase |
|
|
" Switch between buffers without saving |
|
|
" Switch between buffers without saving |
|
|
set hidden |
|
|
set hidden |
|
|
|
|
|
|
|
|
|
|
|
set encoding=UTF-8 |
|
|
|
|
|
|
|
|
" Some keybindings |
|
|
" Some keybindings |
|
|
" <leader>cc comment out single line |
|
|
" <leader>cc comment out single line |
|
|
" <leader>cu uncomment a line |
|
|
" <leader>cu uncomment a line |
|
|