Compare commits

...

2 commits

Author SHA1 Message Date
2c09f8c73b
feat: lexima.vim 2025-03-16 16:46:30 -07:00
7643ed1550
feat: Configure blink.cmp 2025-03-16 16:43:33 -07:00
3 changed files with 18 additions and 0 deletions

View file

@ -308,6 +308,7 @@
# Custom
cutlass-nvim
diffview-nvim
lexima-vim
nerdy-nvim
nvim-emmet
rose-pine

13
lua/plugins/blink-cmp.lua Normal file
View file

@ -0,0 +1,13 @@
return {
{
'saghen/blink.cmp',
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
ghost_text = {
enabled = false,
},
},
},
}

View file

@ -0,0 +1,4 @@
return {
'cohama/lexima.vim',
event = 'DeferredUIEnter',
}