nvim: add treesitter dep to orgmode plugin

This commit is contained in:
tastytea 2022-08-09 21:39:23 +02:00
parent baf6550b8a
commit 6f5012e070
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -3,6 +3,7 @@ require('plugins')
-- org
packer.use {
'https://github.com/nvim-orgmode/orgmode',
requires = 'https://github.com/nvim-treesitter/nvim-treesitter',
config = function()
require('orgmode').setup{}
require('orgmode').setup_ts_grammar()