mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 14:33:45 +01:00
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…
x
Reference in New Issue
Block a user