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:
parent
4d44aa1a6d
commit
6fc88c3ad4
1 changed files with 0 additions and 3 deletions
|
@ -184,9 +184,6 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
-- event = 'VeryLazy', -- doesn't work with existing comp and treesitter
|
-- event = 'VeryLazy', -- doesn't work with existing comp and treesitter
|
||||||
config = function()
|
config = function()
|
||||||
-- Load treesitter grammer for orgmode
|
|
||||||
require('orgmode').setup_ts_grammar()
|
|
||||||
|
|
||||||
-- Setup treesitter
|
-- Setup treesitter
|
||||||
require('nvim-treesitter.configs').setup({
|
require('nvim-treesitter.configs').setup({
|
||||||
highlight = {
|
highlight = {
|
||||||
|
|
Loading…
Reference in a new issue