Nvim: Tabs are Tabs

This commit is contained in:
pr0c3550r 2023-05-04 21:21:20 +02:00
parent 7d9c13d472
commit bf76af9fe3

View file

@ -19,7 +19,7 @@ vim.opt.list = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.expandtab = false
-- smart indenting by vim
vim.api.nvim_set_option("smartindent",true)