dotfiles/nvim/dot-config/nvim/lua/plugins/lazydev.lua

17 lines
375 B
Lua

-- https://github.com/folke/lazydev.nvim
--- @module "lazy"
--- @type LazySpec
return {
"folke/lazydev.nvim",
ft = "lua",
--- @module "lazydev"
--- @type lazydev.Config
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" } },
},
},
}