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()

View File

@@ -1,5 +1,9 @@
{
"plugins": {
"claude-code.nvim": {
"rev": "c9a31e51069977edaad9560473b5d031fcc5d38b",
"src": "https://github.com/greggh/claude-code.nvim"
},
"conform.nvim": {
"rev": "41715945edf518ca73a9bd63ab6cdc23dd5c7b33",
"src": "https://github.com/stevearc/conform.nvim"