feat(nvim+nix): update statically installed plugins
parent
3c8c707cb8
commit
15d0f85f90
|
@ -909,11 +909,11 @@ local cmp_config = {
|
||||||
vim_item = kind_fn(entry, vim_item)
|
vim_item = kind_fn(entry, vim_item)
|
||||||
|
|
||||||
-- copium that this will force resolve for entry
|
-- copium that this will force resolve for entry
|
||||||
entry_filter(entry, function(entry)
|
-- entry_filter(entry, function(entry)
|
||||||
if entry.source_name == "nvim_lsp" then
|
-- if entry.source_name == "nvim_lsp" then
|
||||||
log.debug('format:entry: ' .. vim.inspect(entry, { depth = 2 }))
|
-- log.debug('format:entry: ' .. vim.inspect(entry, { depth = 2 }))
|
||||||
end
|
-- end
|
||||||
end)
|
-- end)
|
||||||
|
|
||||||
return require('tailwindcss-colorizer-cmp').formatter(entry, vim_item)
|
return require('tailwindcss-colorizer-cmp').formatter(entry, vim_item)
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -117,7 +117,6 @@ in {
|
||||||
nvim-ts-autotag
|
nvim-ts-autotag
|
||||||
guess-indent-nvim
|
guess-indent-nvim
|
||||||
harpoon
|
harpoon
|
||||||
zk-nvim
|
|
||||||
luasnip
|
luasnip
|
||||||
fidget-nvim
|
fidget-nvim
|
||||||
rust-tools-nvim
|
rust-tools-nvim
|
||||||
|
@ -134,12 +133,15 @@ in {
|
||||||
nvim-web-devicons
|
nvim-web-devicons
|
||||||
playground
|
playground
|
||||||
todo-comments-nvim
|
todo-comments-nvim
|
||||||
|
comment-nvim
|
||||||
trouble-nvim
|
trouble-nvim
|
||||||
vim-dispatch
|
vim-dispatch
|
||||||
vim-dispatch-neovim
|
vim-dispatch-neovim
|
||||||
vim-fugitive
|
vim-fugitive
|
||||||
vim-jack-in
|
vim-jack-in
|
||||||
nui-nvim
|
nui-nvim
|
||||||
|
telescope-live-grep-args-nvim
|
||||||
|
nvim-colorizer-lua
|
||||||
;
|
;
|
||||||
inherit (inputs.cells.dotfiles.packages) sg-nvim;
|
inherit (inputs.cells.dotfiles.packages) sg-nvim;
|
||||||
in [
|
in [
|
||||||
|
@ -162,11 +164,12 @@ in {
|
||||||
nvim-ts-autotag
|
nvim-ts-autotag
|
||||||
guess-indent-nvim
|
guess-indent-nvim
|
||||||
harpoon
|
harpoon
|
||||||
zk-nvim
|
|
||||||
luasnip
|
luasnip
|
||||||
nvim-treesitter-context
|
nvim-treesitter-context
|
||||||
fidget-nvim
|
fidget-nvim
|
||||||
rust-tools-nvim
|
rust-tools-nvim
|
||||||
|
telescope-live-grep-args-nvim
|
||||||
|
comment-nvim
|
||||||
|
|
||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
gitsigns-nvim
|
gitsigns-nvim
|
||||||
|
@ -185,6 +188,7 @@ in {
|
||||||
vim-dispatch
|
vim-dispatch
|
||||||
vim-dispatch-neovim
|
vim-dispatch-neovim
|
||||||
vim-fugitive
|
vim-fugitive
|
||||||
|
nvim-colorizer-lua
|
||||||
vim-jack-in
|
vim-jack-in
|
||||||
{
|
{
|
||||||
plugin = sg-nvim;
|
plugin = sg-nvim;
|
||||||
|
|
Loading…
Reference in New Issue