feat(nvim): +git-worktree
parent
8033f1f90c
commit
bcc7f68c1e
|
@ -121,6 +121,7 @@ WPlug('NvChad/nvim-colorizer.lua') -- color highlighter with tailwi
|
||||||
WPlug('roobert/tailwindcss-colorizer-cmp.nvim') -- color for tailiwnd for compe
|
WPlug('roobert/tailwindcss-colorizer-cmp.nvim') -- color for tailiwnd for compe
|
||||||
|
|
||||||
-- other utilities
|
-- other utilities
|
||||||
|
WPlug('ThePrimeagen/git-worktree.nvim') -- Worktrees are the canonical way to git thru
|
||||||
WPlug('nvim-treesitter/nvim-treesitter-context') -- Top one-liner context of func/class scope
|
WPlug('nvim-treesitter/nvim-treesitter-context') -- Top one-liner context of func/class scope
|
||||||
WPlug('nvim-treesitter/playground') -- Sees Treesitter AST - less hair pulling, more PRs
|
WPlug('nvim-treesitter/playground') -- Sees Treesitter AST - less hair pulling, more PRs
|
||||||
WPlug('saadparwaiz1/cmp_luasnip') -- snippet engine
|
WPlug('saadparwaiz1/cmp_luasnip') -- snippet engine
|
||||||
|
|
|
@ -141,6 +141,7 @@ in {
|
||||||
nui-nvim
|
nui-nvim
|
||||||
telescope-live-grep-args-nvim
|
telescope-live-grep-args-nvim
|
||||||
nvim-colorizer-lua
|
nvim-colorizer-lua
|
||||||
|
git-worktree-nvim
|
||||||
;
|
;
|
||||||
inherit (inputs.cells.dotfiles.packages) sg-nvim;
|
inherit (inputs.cells.dotfiles.packages) sg-nvim;
|
||||||
in [
|
in [
|
||||||
|
@ -196,6 +197,7 @@ in {
|
||||||
'';
|
'';
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
|
git-worktree-nvim
|
||||||
nui-nvim
|
nui-nvim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue