chore: updates here and there
This commit is contained in:
parent
ed190866f5
commit
05708570cb
14 changed files with 58 additions and 67 deletions
|
|
@ -12,8 +12,9 @@ vim.o.mouse = 'a'
|
|||
vim.o.breakindent = true
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
vim.o.smartindent = false
|
||||
vim.o.softtabstop = 0
|
||||
vim.o.expandtab = false
|
||||
vim.o.smartindent = true
|
||||
|
||||
-- Save undo history
|
||||
vim.o.undofile = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue