minors adjustment to nvim
This commit is contained in:
parent
dc273a9668
commit
6b0da868bb
3 changed files with 2 additions and 26 deletions
|
|
@ -10,7 +10,7 @@ return {
|
|||
config = function()
|
||||
require("copilot").setup({
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
panel = { enabled = true, auto_refresh = true },
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue