Add smartindent

This commit is contained in:
2022-07-04 15:02:06 +02:00
parent cf85b92cad
commit b79cb19b10

View File

@@ -139,6 +139,7 @@ vim.o.signcolumn = 'yes'
vim.o.smartcase = true
vim.o.spelllang = 'en'
vim.o.tabstop = 2
vim.o.smartindent = true
if vim.fn.expand('%') == '' then