removed vim theme
parent
8fa616edc7
commit
f8a8cc12aa
2
.vimrc
2
.vimrc
|
@ -3,9 +3,7 @@ inoremap jk <ESC>
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|
||||||
packadd! dracula
|
|
||||||
syntax on " highlight syntax
|
syntax on " highlight syntax
|
||||||
colorscheme dracula
|
|
||||||
|
|
||||||
set number " show line numbers
|
set number " show line numbers
|
||||||
set noswapfile " disable the swapfile
|
set noswapfile " disable the swapfile
|
||||||
|
|
Loading…
Reference in New Issue