mirror of
https://github.com/shokinn/.files.git
synced 2025-06-27 15:20:46 +00:00
12 lines
157 B
VimL
12 lines
157 B
VimL
"
|
|
" {{@@ header() @@}}
|
|
"
|
|
|
|
" Enable syntaxhightlighting
|
|
syntax on
|
|
|
|
" Set Cholorscheme to smyck
|
|
colorscheme nord
|
|
|
|
" Set backgrount to dark
|
|
set background=dark
|