Initial commit
This commit is contained in:
8
laptop/nvim/lua/config/vimscript/init.vim
Normal file
8
laptop/nvim/lua/config/vimscript/init.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
colorscheme onedark
|
||||
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