add lazydev for lua completion

This commit is contained in:
2025-05-05 21:48:53 +02:00
parent 94590db5c9
commit 464361b990
+9
View File
@@ -23,6 +23,15 @@ return {
})
end
},
{
"folke/lazydev.nvim",
ft = "lua",
opts = {
library = {
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
},
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim
}