This commit is contained in:
Hunter 2025-05-08 06:57:37 -04:00
parent f5daf0ad68
commit 0e500b7d8f
Signed by: hst
GPG key ID: 951D8B651E7DE6BE
29 changed files with 687 additions and 694 deletions

View file

@ -0,0 +1,13 @@
return {
{
"folke/lazydev.nvim",
ft = "lua", -- only load on lua files
opts = {
library = {
-- See the configuration section for more details
-- Load luvit types when the `vim.uv` word is found
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
},
}