chore(nvim): configs, keymaps, utils.lua, docs

This commit is contained in:
2024-12-12 02:13:00 +02:00
parent 196d217c34
commit ece46561c4
10 changed files with 245 additions and 194 deletions

View File

@@ -18,9 +18,11 @@ return {
impersonate_nvim_cmp = true,
},
},
-- Set of preconfigured snippets for different languages.
-- https://github.com/rafamadriz/friendly-snippets
{ 'rafamadriz/friendly-snippets' },
-- Lua plugin to turn github copilot into a cmp source
-- https://github.com/giuxtaposition/blink-cmp-copilot
{
@@ -73,7 +75,10 @@ return {
completion = {
menu = {
draw = {
columns = { { "label", "label_description", gap = 1 }, { "kind_icon", "kind", gap = 1 } },
columns = {
{ "label", "label_description", gap = 1 },
{ "kind_icon", "kind", gap = 1 }
},
},
},
documentation = {