treesitter: add 'norg_meta' for `:neorg journal`

This commit is contained in:
Fabrice Mouhartem 2024-04-18 15:49:15 +02:00
parent 55f1d17d38
commit e125c201cb
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
vim.defer_fn(function()
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash', 'norg' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash', 'norg', 'norg_meta' },
ignore_install = {'latex', 'tex', 'markdown'},
disable = {'latex', 'tex', 'markdown'},