1
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:
Sam W 2022-09-14 18:38:48 +01:00
parent 80bc6f91a4
commit 1468b377dd

View File

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