feat(vim): syntax on

This commit is contained in:
Pavel Korytov 2021-04-04 21:41:53 +03:00
parent 09c09ac942
commit c777b0b4b2

View file

@ -22,6 +22,8 @@ set smarttab
set expandtab
set autoindent
syntax on
nnoremap - ddkP
nnoremap _ ddp
nnoremap gn :tabnew<CR>