Switching to Lazydev

This commit is contained in:
Snoweuph 2024-06-02 19:31:52 +02:00
parent 30fbc2f9c3
commit c26606c198
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -1,16 +1,9 @@
return {
"folke/neodev.nvim",
dependencies = {
"rcarriga/nvim-dap-ui",
{
"folke/lazydev.nvim",
ft = "lua",
opts = {
library = {},
},
},
config = function()
require("neodev").setup({
library = {
plugins = {
"nvim-dap-ui",
},
types = true,
},
})
end,
}