(nvim) install lazydev

This commit is contained in:
jc 2025-01-14 20:48:15 -05:00
commit 8ae5bc295a
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
'folke/lazydev.nvim',
ft = 'lua',
opts = {
library = {
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
},
},
}