mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +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 expandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
syntax on
|
||||||
|
|
||||||
nnoremap - ddkP
|
nnoremap - ddkP
|
||||||
nnoremap _ ddp
|
nnoremap _ ddp
|
||||||
nnoremap gn :tabnew<CR>
|
nnoremap gn :tabnew<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue