vim: expand those tabs

This commit is contained in:
Sam W 2022-09-14 18:38:48 +01:00
parent 80bc6f91a4
commit 1468b377dd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ vim.o.colorcolumn = "+0" -- Mark the textwidth
vim.o.shiftwidth = 4 vim.o.shiftwidth = 4
vim.o.tabstop = 4 vim.o.tabstop = 4
vim.o.softtabstop = 4 vim.o.softtabstop = 4
vim.o.expandtab = true
vim.o.list = true vim.o.list = true
vim.o.listchars = "trail:·" -- show trailing spaces vim.o.listchars = "trail:·" -- show trailing spaces