feat: lexima.vim

This commit is contained in:
punkfairie 2025-03-16 16:46:26 -07:00
parent 7643ed1550
commit 76b06f09c9
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 7 additions and 0 deletions

View file

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

View file

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