mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
13 lines
157 B
VimL
13 lines
157 B
VimL
"
|
|
" {{@@ header() @@}}
|
|
"
|
|
|
|
" Enable syntaxhightlighting
|
|
syntax on
|
|
|
|
" Set Cholorscheme to smyck
|
|
colorscheme nord
|
|
|
|
" Set backgrount to dark
|
|
set background=dark
|