Initial configuration

This commit is contained in:
2024-05-28 18:01:06 -05:00
commit fa663e4098
18 changed files with 1040 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
filetype plugin indent on
syntax on
colorscheme kanagawa
if has('multi_byte') && &encoding ==# 'utf-8'
let &listchars = 'tab:▸ ,extends:,precedes:,nbsp:±'
else
let &listchars = 'tab:> ,extends:>,precedes:<,nbsp:.'
endif