feat(nvim): keymaps tweaks, cleanup, docs

This commit is contained in:
2024-09-25 14:52:56 +03:00
parent 8f96922033
commit 250e7f5666
18 changed files with 345 additions and 353 deletions

View File

@@ -31,7 +31,7 @@ return {
help = true,
},
},
}
},
},
config = function()
require('copilot_cmp').setup()
@@ -51,7 +51,7 @@ return {
min_width = 40,
max_width = 100,
symbol_map = {
Copilot = ''
Copilot = '',
},
},
},