Compare commits
No commits in common. "0e57d13d1d6d6ec24df435b0da8dbd072b8e3896" and "b768459ccf1b6e2c8703cd25e2388d6daaad0dc6" have entirely different histories.
0e57d13d1d
...
b768459ccf
2 changed files with 2 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -48,7 +48,7 @@ else
|
|||
vim.o.breakindent = true
|
||||
|
||||
-- smart indenting
|
||||
vim.o.smartindent = true
|
||||
vim.o.smartindent = false
|
||||
|
||||
-- Save undo history
|
||||
vim.o.undofile = true
|
||||
|
|
|
@ -58,7 +58,7 @@ return {
|
|||
auto_install = true,
|
||||
|
||||
highlight = { enable = true },
|
||||
indent = { enable = false },
|
||||
indent = { enable = true },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
|
Loading…
Reference in a new issue