mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
fix: call nushell grammer properly
This commit is contained in:
parent
eeacd05d15
commit
980a413556
3 changed files with 6 additions and 5 deletions
|
@ -204,6 +204,11 @@ src.git = "https://github.com/akinsho/toggleterm.nvim"
|
|||
fetch.github = "folke/trouble.nvim"
|
||||
src.git = "https://github.com/folke/trouble.nvim"
|
||||
|
||||
[tree-sitter-nu]
|
||||
fetch.git = "https://github.com/nushell/tree-sitter-nu"
|
||||
src.git = "https://github.com/nushell/tree-sitter-nu"
|
||||
src.branch = "main"
|
||||
|
||||
[typescript-tools]
|
||||
fetch.github = "pmizio/typescript-tools.nvim"
|
||||
src.git = "https://github.com/pmizio/typescript-tools.nvim"
|
||||
|
|
|
@ -501,11 +501,6 @@ fetch.git = "https://github.com/nvim-neorg/tree-sitter-norg"
|
|||
src.git = "https://github.com/nvim-neorg/tree-sitter-norg"
|
||||
src.branch = "main"
|
||||
|
||||
[tree-sitter-grammar-nu]
|
||||
fetch.git = "https://github.com/nushell/tree-sitter-nu"
|
||||
src.git = "https://github.com/nushell/tree-sitter-nu"
|
||||
src.branch = "main"
|
||||
|
||||
[tree-sitter-grammar-norg_meta]
|
||||
fetch.git = "https://github.com/nvim-neorg/tree-sitter-norg-meta"
|
||||
src.git = "https://github.com/nvim-neorg/tree-sitter-norg-meta"
|
||||
|
|
|
@ -203,6 +203,7 @@ in rec {
|
|||
|
||||
dependencies = {
|
||||
rainbow-delimiters.src = srcs.rainbow-delimiters;
|
||||
tree-sitter-nu.src = srcs.tree-sitter-nu;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue