trying to fix auto indenting again
This commit is contained in:
parent
97ab584fe6
commit
d619d03e56
2 changed files with 10 additions and 8 deletions
|
|
@ -4,11 +4,12 @@
|
|||
vim.g.have_nerd_font = true
|
||||
|
||||
-- Indentation settings
|
||||
vim.o.expandtab = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.autoindent = true
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
vim.o.tabstop = 2
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.softtabstop = 2
|
||||
|
||||
-- Add any other custom vim.o or vim.g settings from your old config here
|
||||
-- For example, if you changed defaults for:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue