fix: fix autoindent when not using autopairs
This commit is contained in:
@@ -23,15 +23,8 @@ local function setup()
|
||||
disable = {},
|
||||
additional_vim_regex_highlighting = { "org", },
|
||||
},
|
||||
|
||||
-- Indentation based on treesitter for the = operator.
|
||||
-- NOTE: This is an experimental feature.
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
vim.opt.foldenable = false
|
||||
|
||||
Reference in New Issue
Block a user