copilot when blink suggest

This commit is contained in:
huyjaky
2025-08-23 01:50:39 +07:00
parent 23bb2a7aa6
commit c14541a752
10 changed files with 53 additions and 49 deletions

View File

@@ -29,38 +29,10 @@ return {
keys = {},
},
},
indent = {
priority = 1,
enabled = true, -- enable indent guides
-- char = "l",
only_scope = true, -- only show indent guides of the scope
only_current = false, -- only show indent guides in the current window
hl = "SnacksIndent", ---@type string|string[] hl groups for indent guides
animate = {
enabled = vim.fn.has("nvim-0.10") == 1,
style = "out",
easing = "linear",
duration = {
step = 10, -- ms per step
total = 500, -- maximum duration
},
},
scope = {
enabled = true, -- enable highlighting the current scope
priority = 200,
char = "󰥓",
underline = false, -- underline the start of the scope
only_current = false, -- only show scope in the current window
hl = "SnacksIndentScope", ---@type string|string[] hl group for scopes
},
},
indent = require( "plugins.configs.ui.indent" ),
},
},
-- You can disable default plugins as follows:
{ "max397574/better-escape.nvim", enabled = false },
-- You can also easily customize additional setup of plugins that is outside of the plugin's setup call
{
@@ -77,7 +49,7 @@ return {
{
"altermo/ultimate-autopair.nvim",
event = "InsertEnter",
branch = "v0.6",
-- branch = "v0.6",
opts = {
cmap = false,
extensions = {