mirror of
https://github.com/wlcx/home.git
synced 2026-09-24 08:58:22 +01:00
vim: expand those tabs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user