[feat] Add tree-sitter-just to extra plugins
This commit is contained in:
@@ -10,7 +10,7 @@ in
|
|||||||
./tmux.nix
|
./tmux.nix
|
||||||
./wezterm.nix
|
./wezterm.nix
|
||||||
] ++ lib.optionals device.isLinux [ ../linux ]
|
] ++ lib.optionals device.isLinux [ ../linux ]
|
||||||
++ lib.optionals (!lazy) [ ./nvim ];
|
++ lib.optionals (!lazy) [ ./nvim.nix ];
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -190,6 +190,8 @@
|
|||||||
plenary-nvim
|
plenary-nvim
|
||||||
nix-develop-nvim
|
nix-develop-nvim
|
||||||
|
|
||||||
|
pkgs.tree-sitter-grammars.tree-sitter-just
|
||||||
|
|
||||||
];
|
];
|
||||||
extraConfigLua = /* lua */ ''
|
extraConfigLua = /* lua */ ''
|
||||||
require('rest-nvim').setup()
|
require('rest-nvim').setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user