update: fix treesitter config in orgmode setup

This commit is contained in:
qwjyh 2025-03-03 21:32:32 +09:00
parent 279da20b97
commit 8bf5f0adcf

View file

@ -226,14 +226,6 @@ require('lazy').setup({
},
-- event = 'VeryLazy', -- doesn't work with existing comp and treesitter
config = function()
-- Setup treesitter
require('nvim-treesitter.configs').setup({
highlight = {
enable = true,
additional_vim_regex_highlighting = { 'org' },
},
ensure_installed = { 'org' },
})
-- Setup orgmode
require('orgmode').setup({