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 " https://gist.github.com/XVilka/8346728
set termguicolors set termguicolors
" install xclip " Install xclip or xsel
set clipboard+=unnamedplus set clipboard+=unnamedplus
" FZF " FZF
set rtp+=~/.fzf set rtp+=~/.fzf
" plugins config " Plugins config
let g:go_fmt_command='goimports' let g:go_fmt_command='goimports'
let g:solarized_italics=0 let g:solarized_italics=0
" vim-plug " vim-plug
" https://github.com/junegunn/vim-plug
call plug#begin() call plug#begin()
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
Plug 'lifepillar/vim-solarized8' Plug 'lifepillar/vim-solarized8'