diff --git a/.config/nvim/lua/plugins/editor/editor_nvim_dev.lua b/.config/nvim/lua/plugins/editor/editor_nvim_dev.lua index c01cf0e..983b979 100644 --- a/.config/nvim/lua/plugins/editor/editor_nvim_dev.lua +++ b/.config/nvim/lua/plugins/editor/editor_nvim_dev.lua @@ -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, -} \ No newline at end of file +}