Files
dotfiles/vim/.vim/lua/plugins/lazydev.lua
Christian Nieves afbe9737b7 blink experiment
2024-12-14 07:55:36 -06:00

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