nvim : use tabs.
This commit is contained in:
parent
ff8cf52ac4
commit
6a38f800ec
|
@ -2,7 +2,7 @@ vim.opt.shiftwidth = 2
|
|||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
-- vim.opt.smartindent = true
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.expandtab = false
|
||||
vim.opt.autoindent = true
|
||||
|
||||
-- fix for markdown.
|
||||
|
|
Reference in a new issue