refactor(nvim): remove treesitter setup from orgmode setup
it is no longer in the example (maybe conflicted?)
This commit is contained in:
parent
88aabfd88f
commit
0e68dd3650
1 changed files with 0 additions and 9 deletions
|
@ -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/**/*',
|
||||
|
|
Loading…
Add table
Reference in a new issue