feat: add claude code
This commit is contained in:
3
init.lua
3
init.lua
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user