feat: lexima.vim
This commit is contained in:
parent
7643ed1550
commit
76b06f09c9
2 changed files with 7 additions and 0 deletions
|
@ -308,6 +308,7 @@
|
||||||
# Custom
|
# Custom
|
||||||
cutlass-nvim
|
cutlass-nvim
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
lexima-vim
|
||||||
nerdy-nvim
|
nerdy-nvim
|
||||||
nvim-emmet
|
nvim-emmet
|
||||||
rose-pine
|
rose-pine
|
||||||
|
|
6
lua/plugins/lexima-vim.lua
Normal file
6
lua/plugins/lexima-vim.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'cohama/lexima.vim',
|
||||||
|
event = 'DeferredUIEnter',
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue