feat(nvim+nix): update statically installed plugins

pull/20/head
pegasust 2023-09-24 02:06:11 -07:00
parent 3c8c707cb8
commit 15d0f85f90
2 changed files with 11 additions and 7 deletions

View File

@ -909,11 +909,11 @@ local cmp_config = {
vim_item = kind_fn(entry, vim_item)
-- copium that this will force resolve for entry
entry_filter(entry, function(entry)
if entry.source_name == "nvim_lsp" then
log.debug('format:entry: ' .. vim.inspect(entry, { depth = 2 }))
end
end)
-- entry_filter(entry, function(entry)
-- if entry.source_name == "nvim_lsp" then
-- log.debug('format:entry: ' .. vim.inspect(entry, { depth = 2 }))
-- end
-- end)
return require('tailwindcss-colorizer-cmp').formatter(entry, vim_item)
end,

View File

@ -117,7 +117,6 @@ in {
nvim-ts-autotag
guess-indent-nvim
harpoon
zk-nvim
luasnip
fidget-nvim
rust-tools-nvim
@ -134,12 +133,15 @@ in {
nvim-web-devicons
playground
todo-comments-nvim
comment-nvim
trouble-nvim
vim-dispatch
vim-dispatch-neovim
vim-fugitive
vim-jack-in
nui-nvim
telescope-live-grep-args-nvim
nvim-colorizer-lua
;
inherit (inputs.cells.dotfiles.packages) sg-nvim;
in [
@ -162,11 +164,12 @@ in {
nvim-ts-autotag
guess-indent-nvim
harpoon
zk-nvim
luasnip
nvim-treesitter-context
fidget-nvim
rust-tools-nvim
telescope-live-grep-args-nvim
comment-nvim
cmp_luasnip
gitsigns-nvim
@ -185,6 +188,7 @@ in {
vim-dispatch
vim-dispatch-neovim
vim-fugitive
nvim-colorizer-lua
vim-jack-in
{
plugin = sg-nvim;