Files
dotfiles/.config/nvim/lua/plugins/lazydev.lua
2026-03-08 14:37:55 +00:00

11 lines
182 B
Lua

return {
"folke/lazydev.nvim",
ft = "lua",
opts = {
library = {
-- Load luvit types when using `vim.uv`
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
}