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 guicursor=n-v-c:block-Cursor
|
||||||
set cursorline
|
set cursorline
|
||||||
set autoindent
|
set autoindent
|
||||||
|
syntax on
|
||||||
|
|
||||||
nnoremap ,co :copen<CR>
|
nnoremap ,co :copen<CR>
|
||||||
nnoremap ,cc :cclose<CR>
|
nnoremap ,cc :cclose<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user