mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 16:16:42 -07:00
disable smartindent
This commit is contained in:
parent
8d6d972b8e
commit
2c54ee721d
2 changed files with 4 additions and 1 deletions
3
init.lua
3
init.lua
|
@ -47,6 +47,9 @@ else
|
|||
-- Enable break indent
|
||||
vim.o.breakindent = true
|
||||
|
||||
-- smart indenting
|
||||
vim.o.smartindent = false
|
||||
|
||||
-- Save undo history
|
||||
vim.o.undofile = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue