update: nvim: remove treesitter for org since now it's automatically

loaded

ref: https://github.com/nvim-orgmode/orgmode/releases/tag/0.3.1
This commit is contained in:
qwjyh 2024-04-02 02:34:43 +09:00
parent 4d44aa1a6d
commit 6fc88c3ad4

View file

@ -184,9 +184,6 @@ require('lazy').setup({
},
-- event = 'VeryLazy', -- doesn't work with existing comp and treesitter
config = function()
-- Load treesitter grammer for orgmode
require('orgmode').setup_ts_grammar()
-- Setup treesitter
require('nvim-treesitter.configs').setup({
highlight = {