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({ require("claude-code").setup({
window = { window = {
position = "botright vsplit", position = "botright vsplit",
split_ratio = 0.38, split_ratio = 0.25,
enter_insert = true, enter_insert = true,
hide_numbers = true, hide_numbers = true,
hide_signcolumn = true, hide_signcolumn = true,
}, },
refresh = { refresh = {
enable = true, enable = false,
updatetime = 100,
timer_interval = 500,
show_notifications = true,
}, },
keymaps = { keymaps = {
toggle = { toggle = {
-1
View File
@@ -25,7 +25,6 @@ return {
"javascript", "javascript",
"jsdoc", "jsdoc",
"json", "json",
"jsonc",
"json5", "json5",
"lua", "lua",
"luadoc", "luadoc",