mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
wip
This commit is contained in:
@@ -7,13 +7,14 @@ return {
|
||||
require('orgmode').setup {
|
||||
org_agenda_files = '~/org/**/*',
|
||||
org_default_notes_file = '~/org/refile.org',
|
||||
org_todo_keywords = { 'TODO', 'WAITING', '|', 'DONE', 'DELEGATED' },
|
||||
}
|
||||
|
||||
-- NOTE: If you are using nvim-treesitter with `ensure_installed = "all"` option
|
||||
-- add `org` to ignore_install
|
||||
-- require('nvim-treesitter.configs').setup({
|
||||
-- ensure_installed = 'all',
|
||||
-- ignore_install = { 'org' },
|
||||
-- })
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = 'all',
|
||||
ignore_install = { 'org' },
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user