[feat] Add tree-sitter-just to extra plugins

This commit is contained in:
uttarayan21
2024-03-13 03:54:42 +05:30
parent f134702ab7
commit 6cb23dff3a
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ in
./tmux.nix
./wezterm.nix
] ++ lib.optionals device.isLinux [ ../linux ]
++ lib.optionals (!lazy) [ ./nvim ];
++ lib.optionals (!lazy) [ ./nvim.nix ];
home.packages = with pkgs;
[

View File

@@ -190,6 +190,8 @@
plenary-nvim
nix-develop-nvim
pkgs.tree-sitter-grammars.tree-sitter-just
];
extraConfigLua = /* lua */ ''
require('rest-nvim').setup()