feat: add claude code

This commit is contained in:
2026-01-08 19:31:49 +01:00
parent fa65471dc1
commit ae1b8f9238
2 changed files with 7 additions and 0 deletions

View File

@@ -30,8 +30,11 @@ vim.pack.add({
{ src = "https://github.com/mfussenegger/nvim-jdtls" },
{ src = "https://github.com/folke/which-key.nvim" },
{ src = "https://github.com/greggh/claude-code.nvim" },
})
require("claude-code").setup({})
require('nvim_comment').setup({
hook = function()
require('ts_context_commentstring.internal').update_commentstring()