org no longer seems to be in tree-sitter
This commit is contained in:
parent
311706000e
commit
532c9c0f17
1 changed files with 11 additions and 11 deletions
|
|
@ -1,15 +1,15 @@
|
|||
-- Treesitter configuration
|
||||
require('nvim-treesitter.configs').setup({
|
||||
-- If TS highlights are not enabled at all, or disabled via `disable` prop,
|
||||
-- highlighting will fallback to default Vim syntax highlighting
|
||||
highlight = {
|
||||
enable = true,
|
||||
-- Required for spellcheck, some LaTex highlights and
|
||||
-- code block highlights that do not have ts grammar
|
||||
additional_vim_regex_highlighting = { 'org' },
|
||||
},
|
||||
ensure_installed = { 'org' }, -- Or run :TSUpdate org
|
||||
})
|
||||
--require('nvim-treesitter.configs').setup({
|
||||
-- -- If TS highlights are not enabled at all, or disabled via `disable` prop,
|
||||
-- -- highlighting will fallback to default Vim syntax highlighting
|
||||
-- highlight = {
|
||||
-- enable = true,
|
||||
-- -- Required for spellcheck, some LaTex highlights and
|
||||
-- -- code block highlights that do not have ts grammar
|
||||
-- additional_vim_regex_highlighting = { 'org' },
|
||||
-- },
|
||||
-- ensure_installed = { 'org' }, -- Or run :TSUpdate org
|
||||
--})
|
||||
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = { "~/.vimwiki/org/**/*.org" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue