feat(nvim): plugins, cleanup, ign lazy-lock.json

This commit is contained in:
2024-09-22 04:26:02 +03:00
parent 6f1e1a0416
commit 9b6e39b4af
7 changed files with 54 additions and 98 deletions

View File

@@ -4,7 +4,8 @@ return {
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
build = ':Copilot setup',
event = 'InsertEnter',
event = { 'InsertEnter', 'LspAttach' },
fix_pairs = true,
opts = {
suggestion = { enabled = false },
panel = { enabled = false },