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',
|
'nvim-neorg/neorg',
|
||||||
|
enabled = false,
|
||||||
ft = 'norg',
|
ft = 'norg',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
build = ':Neorg sync_parsers',
|
|
||||||
cmd = { 'Neorg' },
|
cmd = { 'Neorg' },
|
||||||
opts = {
|
opts = {
|
||||||
load = {
|
load = {
|
||||||
|
|
|
@ -78,7 +78,7 @@ function M.config()
|
||||||
ts_parsers.just = {
|
ts_parsers.just = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = 'https://github.com/IndianBoy42/tree-sitter-just', -- local path or git repo
|
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:
|
-- optional entries:
|
||||||
branch = 'main', -- default branch in case of git repo if different from master
|
branch = 'main', -- default branch in case of git repo if different from master
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue