Finish setting up orgmode

This commit is contained in:
2023-09-19 16:07:23 +02:00
parent 54d7f7c77c
commit 56d54b4ad7
2 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -36,6 +36,7 @@ require("nvim-treesitter.configs").setup({
highlight = {
enable = true,
disable = {},
additional_vim_regex_highlighting = { "org", },
},
-- Indentation based on treesitter for the = operator.
@@ -43,7 +44,6 @@ require("nvim-treesitter.configs").setup({
indent = {
enable = true,
},
additional_vim_regex_highlighting = { "org", },
})
vim.opt.foldmethod = "expr"