add: nvim: expandtab

This commit is contained in:
qwjyh 2023-01-19 16:09:06 +09:00
parent 18d9ef88db
commit b3c40a3bb1

View file

@ -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