add syntax
for some reason when I have a .vimrc the syntax is disabled. explicitly enabling it seems to work though
This commit is contained in:
@@ -13,6 +13,7 @@ set incsearch
|
||||
set guicursor=n-v-c:block-Cursor
|
||||
set cursorline
|
||||
set autoindent
|
||||
syntax on
|
||||
|
||||
nnoremap ,co :copen<CR>
|
||||
nnoremap ,cc :cclose<CR>
|
||||
|
||||
Reference in New Issue
Block a user