From 479db2c96037dd8cbf25a9ef96a552f39c814dd4 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 01:55:03 +0000 Subject: [PATCH] Update dotfiles/.vimrc --- dotfiles/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 0c4d6737..d39eaf95 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -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 +\/\/.\+$+