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