refactor(nvim): remove treesitter setup from orgmode setup

it is no longer in the example (maybe conflicted?)
This commit is contained in:
qwjyh 2025-04-09 05:20:51 +09:00
parent 88aabfd88f
commit 0e68dd3650

View file

@ -234,15 +234,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({
org_agenda_files = '~/orgfiles/**/*',