mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 22:46:37 +00:00
feat(nvim): keymaps tweaks, cleanup, docs
This commit is contained in:
@@ -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 = '',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user