diff --git a/native_configs/neovim/init.lua b/native_configs/neovim/init.lua index 92fdd92..2fff908 100644 --- a/native_configs/neovim/init.lua +++ b/native_configs/neovim/init.lua @@ -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, diff --git a/nix/repo/home-profiles/neovim.nix b/nix/repo/home-profiles/neovim.nix index 2f668fa..1bc69d0 100644 --- a/nix/repo/home-profiles/neovim.nix +++ b/nix/repo/home-profiles/neovim.nix @@ -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;