1
0
Fork 0

nvim: fix some errs

This commit is contained in:
Vladimír Dudr 2024-02-12 15:31:04 +01:00
parent 09fcdfe64f
commit 11093ba184
2 changed files with 2 additions and 2 deletions

View file

@ -224,9 +224,9 @@ return {
{
'nvim-neorg/neorg',
enabled = false,
ft = 'norg',
dependencies = { 'nvim-lua/plenary.nvim' },
build = ':Neorg sync_parsers',
cmd = { 'Neorg' },
opts = {
load = {

View file

@ -78,7 +78,7 @@ function M.config()
ts_parsers.just = {
install_info = {
url = 'https://github.com/IndianBoy42/tree-sitter-just', -- local path or git repo
files = { 'src/parser.c', 'src/scanner.cc' },
files = { 'src/parser.c', 'src/scanner.c' },
-- optional entries:
branch = 'main', -- default branch in case of git repo if different from master
},