Initial commit
This commit is contained in:
9
desktop/nvim/lua/config/vimscript/init.vim
Normal file
9
desktop/nvim/lua/config/vimscript/init.vim
Normal 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
|
||||
Reference in New Issue
Block a user