feat: Update some stuff

This commit is contained in:
uttarayan21
2025-04-28 13:58:54 +05:30
parent 1370419708
commit 258d61d89a
5 changed files with 60 additions and 46 deletions

View File

@@ -318,7 +318,7 @@ in {
tree-sitter-norg-meta
tree-sitter-just
tree-sitter-nu
# tree-sitter-d2
pkgs.tree-sitter-grammars.tree-sitter-d2
])
++ pkgs.vimPlugins.nvim-treesitter.allGrammars;
};
@@ -731,6 +731,7 @@ in {
pkgs.tree-sitter-grammars.tree-sitter-norg
pkgs.tree-sitter-grammars.tree-sitter-norg-meta
pkgs.tree-sitter-grammars.tree-sitter-nu
# pkgs.tree-sitter-grammars.tree-sitter-d2
];
extraLuaPackages = luaPkgs: with luaPkgs; [lua-utils-nvim nvim-nio pathlib-nvim];
extraPackages = [pkgs.lldb pkgs.taplo pkgs.d2 pkgs.sleek pkgs.graphqurl];