nvim: use setup_ts_grammar

This commit is contained in:
Aaron Bieber 2022-07-25 06:11:18 -07:00
parent 3c14110b3f
commit 703a943136

View File

@ -65,6 +65,7 @@ o.hlsearch = true;
require'nvim-tree'.setup()
require('orgmode').setup_ts_grammar()
require('orgmode').setup({
org_agenda_files = {'~/org/*'},
org_default_notes_file = '~/org/refile.org',