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()
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user