feat(nvim): +git-worktree

telescope-reuse-window
htran 2023-09-29 18:33:38 -07:00
parent 8033f1f90c
commit bcc7f68c1e
2 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,7 @@ WPlug('NvChad/nvim-colorizer.lua') -- color highlighter with tailwi
WPlug('roobert/tailwindcss-colorizer-cmp.nvim') -- color for tailiwnd for compe
-- 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/playground') -- Sees Treesitter AST - less hair pulling, more PRs
WPlug('saadparwaiz1/cmp_luasnip') -- snippet engine

View File

@ -141,6 +141,7 @@ in {
nui-nvim
telescope-live-grep-args-nvim
nvim-colorizer-lua
git-worktree-nvim
;
inherit (inputs.cells.dotfiles.packages) sg-nvim;
in [
@ -196,6 +197,7 @@ in {
'';
type = "lua";
}
git-worktree-nvim
nui-nvim
];
};