Nvim: set tabwidth to 2 spaces
This commit is contained in:
parent
d1184b9983
commit
4f2cc2d4af
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ vim.opt.completeopt = 'menu,menuone,noselect'
|
|||
vim.opt.list = true
|
||||
|
||||
-- correct tabbing
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
-- enable foldcolumn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue