adjusted tabwith
This commit is contained in:
parent
92daad6205
commit
ecc3bfe6f3
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -1,5 +1,8 @@
|
|||
inoremap jk <ESC>
|
||||
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
||||
packadd! dracula
|
||||
syntax on " highlight syntax
|
||||
colorscheme dracula
|
||||
|
|
Loading…
Reference in a new issue