add: nvim: expandtab
This commit is contained in:
parent
18d9ef88db
commit
b3c40a3bb1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ vim.cmd([[
|
|||
highlight LineNr cterm=none ctermfg=243
|
||||
highlight CursorLineNr cterm=none ctermfg=250
|
||||
]])
|
||||
vim.o.expandtab = true
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.autoindent = true
|
||||
|
|
Loading…
Reference in a new issue