updates for treesitter and claude code

This commit is contained in:
2026-07-14 14:12:15 -05:00
parent a051b51a06
commit 70cd7b1835
2 changed files with 2 additions and 6 deletions
+2 -5
View File
@@ -10,16 +10,13 @@ return {
require("claude-code").setup({
window = {
position = "botright vsplit",
split_ratio = 0.38,
split_ratio = 0.25,
enter_insert = true,
hide_numbers = true,
hide_signcolumn = true,
},
refresh = {
enable = true,
updatetime = 100,
timer_interval = 500,
show_notifications = true,
enable = false,
},
keymaps = {
toggle = {
-1
View File
@@ -25,7 +25,6 @@ return {
"javascript",
"jsdoc",
"json",
"jsonc",
"json5",
"lua",
"luadoc",