chore(config): better comment config neovim

main
Tran Hau 2021-03-19 10:02:43 +00:00
parent 030da2dc34
commit a02f789530
1 changed files with 3 additions and 2 deletions

View File

@ -11,17 +11,18 @@ set whichwrap=<,>,[,]
" https://gist.github.com/XVilka/8346728
set termguicolors
" install xclip
" Install xclip or xsel
set clipboard+=unnamedplus
" FZF
set rtp+=~/.fzf
" plugins config
" Plugins config
let g:go_fmt_command='goimports'
let g:solarized_italics=0
" vim-plug
" https://github.com/junegunn/vim-plug
call plug#begin()
Plug 'sheerun/vim-polyglot'
Plug 'lifepillar/vim-solarized8'