nvim: fix some errs
This commit is contained in:
parent
09fcdfe64f
commit
11093ba184
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue