Compare commits
2 commits
4b8c4ae091
...
2c09f8c73b
Author | SHA1 | Date | |
---|---|---|---|
2c09f8c73b | |||
7643ed1550 |
3 changed files with 18 additions and 0 deletions
|
@ -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
13
lua/plugins/blink-cmp.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
'saghen/blink.cmp',
|
||||
|
||||
---@module 'blink.cmp'
|
||||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
ghost_text = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
4
lua/plugins/lexima-vim.lua
Normal file
4
lua/plugins/lexima-vim.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
'cohama/lexima.vim',
|
||||
event = 'DeferredUIEnter',
|
||||
}
|
Loading…
Reference in a new issue