plugins/orgmode: remove deprecated ts setup call

This commit is contained in:
jacekpoz 2024-06-23 15:14:10 +02:00
parent f66c40b687
commit d873bc0667
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ in {
};
luaConfigRC.orgmode = entryAnywhere ''
-- Load custom treesitter grammar for org filetype
require('orgmode').setup_ts_grammar()
-- Treesitter configuration
require('nvim-treesitter.configs').setup {