feat(neovim): replace vim-orgmode with orgmode
This commit is contained in:
parent
8dcabd8cbf
commit
ca3036fc60
3 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = {"org"},
|
||||
additional_vim_regex_highlighting = {"org"},
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue