removed vim theme

dev-docs
Moritz Böhme 2021-05-05 20:25:25 +02:00
parent 8fa616edc7
commit f8a8cc12aa
1 changed files with 0 additions and 2 deletions

2
.vimrc
View File

@ -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