nvim : use tabs.

This commit is contained in:
Dmitry Voronin 2023-12-05 15:56:34 +03:00
parent ff8cf52ac4
commit 6a38f800ec

View file

@ -2,7 +2,7 @@ vim.opt.shiftwidth = 2
vim.opt.tabstop = 2 vim.opt.tabstop = 2
vim.opt.softtabstop = 2 vim.opt.softtabstop = 2
-- vim.opt.smartindent = true -- vim.opt.smartindent = true
vim.opt.expandtab = true vim.opt.expandtab = false
vim.opt.autoindent = true vim.opt.autoindent = true
-- fix for markdown. -- fix for markdown.