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 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

View File

@ -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
]; ];
}; };