mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
plugins/orgmode: remove deprecated ts setup call
This commit is contained in:
parent
f66c40b687
commit
d873bc0667
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
luaConfigRC.orgmode = entryAnywhere ''
|
luaConfigRC.orgmode = entryAnywhere ''
|
||||||
-- Load custom treesitter grammar for org filetype
|
|
||||||
require('orgmode').setup_ts_grammar()
|
|
||||||
|
|
||||||
-- Treesitter configuration
|
-- Treesitter configuration
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter.configs').setup {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue