update: fix treesitter config in orgmode setup
This commit is contained in:
parent
279da20b97
commit
8bf5f0adcf
1 changed files with 0 additions and 8 deletions
|
@ -226,14 +226,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()
|
||||||
-- Setup treesitter
|
|
||||||
require('nvim-treesitter.configs').setup({
|
|
||||||
highlight = {
|
|
||||||
enable = true,
|
|
||||||
additional_vim_regex_highlighting = { 'org' },
|
|
||||||
},
|
|
||||||
ensure_installed = { 'org' },
|
|
||||||
})
|
|
||||||
|
|
||||||
-- Setup orgmode
|
-- Setup orgmode
|
||||||
require('orgmode').setup({
|
require('orgmode').setup({
|
||||||
|
|
Loading…
Add table
Reference in a new issue