mirror of
https://github.com/tjdevries/advent-of-nvim.git
synced 2025-12-16 14:11:17 +00:00
sorry, i forgot to update this more regularly
This commit is contained in:
19
nvim/lua/config/plugins/completion.lua
Normal file
19
nvim/lua/config/plugins/completion.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
{
|
||||
'saghen/blink.cmp',
|
||||
dependencies = 'rafamadriz/friendly-snippets',
|
||||
|
||||
version = 'v0.*',
|
||||
|
||||
opts = {
|
||||
keymap = { preset = 'default' },
|
||||
|
||||
appearance = {
|
||||
use_nvim_cmp_as_default = true,
|
||||
nerd_font_variant = 'mono'
|
||||
},
|
||||
|
||||
signature = { enabled = true }
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user