Update dotfiles/.vimrc

This commit is contained in:
Brian Zalewski 2022-10-28 01:55:03 +00:00
parent 538a5781cf
commit 479db2c960

View file

@ -31,7 +31,7 @@ call plug#end()
syntax enable
set background=dark
colorscheme betelgeuse
set g:lightline = { 'colorscheme': 'ThemerVimLightline' }
" set g:lightline = { 'colorscheme': 'ThemerVimLightline' }
" Settings for plugin https://github.com/neoclide/coc.nvim.git
autocmd FileType json syntax match Comment +\/\/.\+$+