[feat] Add tree-sitter-just to extra plugins
This commit is contained in:
@@ -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;
|
||||
[
|
||||
|
||||
@@ -190,6 +190,8 @@
|
||||
plenary-nvim
|
||||
nix-develop-nvim
|
||||
|
||||
pkgs.tree-sitter-grammars.tree-sitter-just
|
||||
|
||||
];
|
||||
extraConfigLua = /* lua */ ''
|
||||
require('rest-nvim').setup()
|
||||
|
||||
Reference in New Issue
Block a user