This commit is contained in:
Daniel Lundin 2025-02-20 08:37:18 +01:00
parent 46ecffdb0b
commit d6623cb276
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 41 additions and 37 deletions
home/common/nvim

View file

@ -60,12 +60,15 @@ require 'blink-cmp'.setup({
window = { border = 'rounded', },
},
cmdline = {
sources = {},
},
sources = {
default = {
'lsp',
'emoji',
},
cmdline = {},
providers = {
emoji = {
module = "blink-emoji",