Update dotfiles/.vimrc
This commit is contained in:
parent
538a5781cf
commit
479db2c960
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ call plug#end()
|
||||||
syntax enable
|
syntax enable
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme betelgeuse
|
colorscheme betelgeuse
|
||||||
set g:lightline = { 'colorscheme': 'ThemerVimLightline' }
|
" set g:lightline = { 'colorscheme': 'ThemerVimLightline' }
|
||||||
|
|
||||||
" Settings for plugin https://github.com/neoclide/coc.nvim.git
|
" Settings for plugin https://github.com/neoclide/coc.nvim.git
|
||||||
autocmd FileType json syntax match Comment +\/\/.\+$+
|
autocmd FileType json syntax match Comment +\/\/.\+$+
|
||||||
|
|
Loading…
Reference in a new issue