mirror of https://github.com/wlcx/home.git
vim: expand those tabs
This commit is contained in:
parent
80bc6f91a4
commit
1468b377dd
|
@ -7,6 +7,7 @@ vim.o.colorcolumn = "+0" -- Mark the textwidth
|
|||
vim.o.shiftwidth = 4
|
||||
vim.o.tabstop = 4
|
||||
vim.o.softtabstop = 4
|
||||
vim.o.expandtab = true
|
||||
|
||||
vim.o.list = true
|
||||
vim.o.listchars = "trail:·" -- show trailing spaces
|
||||
|
|
Loading…
Reference in New Issue