nvim/lua/hsta/plugins/lazydev.lua
2025-05-08 06:57:37 -04:00

13 lines
316 B
Lua

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" } },
},
},
},
}