Nvim: Tabs are Tabs
This commit is contained in:
parent
7d9c13d472
commit
bf76af9fe3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue