feat: lexima.vim
This commit is contained in:
parent
7643ed1550
commit
2c09f8c73b
2 changed files with 5 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
|
||||||
|
|
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