chore(config): better comment config neovim
parent
030da2dc34
commit
a02f789530
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue