Files
dotfiles/dot_config/nvim/lua/plugins/vim-lazy-dev.lua
2026-03-22 18:04:35 +01:00

12 lines
290 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" } },
},
},
}