mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(vim): syntax on
This commit is contained in:
parent
09c09ac942
commit
c777b0b4b2
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ set smarttab
|
|||
set expandtab
|
||||
set autoindent
|
||||
|
||||
syntax on
|
||||
|
||||
nnoremap - ddkP
|
||||
nnoremap _ ddp
|
||||
nnoremap gn :tabnew<CR>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue