Improve perform

This commit is contained in:
huyjaky
2025-10-26 18:14:56 +07:00
parent 3eda456458
commit 1f7fda6f21
6 changed files with 25 additions and 11 deletions

View File

@@ -10,8 +10,12 @@ return {
{
"ray-x/lsp_signature.nvim",
event = "BufRead",
event = "InsertEnter",
opts = {
bind = true,
handler_option = {
border = "rounded",
},
hint_enable = false,
doc_lines = 0,
},
@@ -35,7 +39,6 @@ return {
dim = { enabled = false },
terminal = { enabled = false },
profiler = { enabled = false },
},
},