minors adjustment to nvim

This commit is contained in:
Alexander Navarro 2024-11-07 14:42:46 -03:00
parent dc273a9668
commit 6b0da868bb
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
3 changed files with 2 additions and 26 deletions

View file

@ -10,7 +10,7 @@ return {
config = function()
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
panel = { enabled = true, auto_refresh = true },
})
end,
},