updates for treesitter and claude code
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -25,7 +25,6 @@ return {
|
||||
"javascript",
|
||||
"jsdoc",
|
||||
"json",
|
||||
"jsonc",
|
||||
"json5",
|
||||
"lua",
|
||||
"luadoc",
|
||||
|
||||
Reference in New Issue
Block a user