mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 20:46:48 +00:00
feat(nvim): plugins, cleanup, ign lazy-lock.json
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user