Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add claude-code.nvim

+7
+7
nvim/lua/plugins.lua
··· 335 335 end 336 336 }, 337 337 { "lewis6991/gitsigns.nvim", config = true }, 338 + { 339 + "greggh/claude-code.nvim", 340 + dependencies = { 341 + "nvim-lua/plenary.nvim" 342 + }, 343 + config = true 344 + } 338 345 339 346 } 340 347 })