nvim/lazy: +lazydev.nvim

This commit is contained in:
Primrose 2025-02-25 13:31:07 +01:00
parent 6eccc143be
commit 9d1e06cbf4
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 13 additions and 0 deletions

View file

@ -107,6 +107,18 @@ local plugins = {
},
},
},
-- Lua and neovim developement
{
"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" } },
},
},
},
---------------
-- TreeSitter --