Files
.dotfiles/lua/plugin/lazydev.lua
Quinn d69ca1091c Squashed 'etc/nvim/' content from commit 6da6d4f
git-subtree-dir: etc/nvim
git-subtree-split: 6da6d4ffb9395ebf9be5d2bfb578782cdd6de362
2025-12-26 11:35:16 +01:00

13 lines
300 B
Lua

---@module 'lazy'
---@type LazySpec
return { {
'folke/lazydev.nvim', -- provides the lua LSP for the neovim config.
event = 'VeryLazy',
ft = 'lua',
opts = {
library = {
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } }, -- load luvit types when the `vim.uv` word is found
},
},
}, }