From 91ac8a0bb0eefc31815371454bcf59aa72d0acc3 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sat, 15 Oct 2022 10:21:24 +0330 Subject: fix(luadev): this plugin has been renamed (#3235) --- lua/lvim/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index a0f5d14d..966f3a1c 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -92,8 +92,8 @@ local core_plugins = { "hrsh7th/cmp-path", }, { - "folke/lua-dev.nvim", - module = "lua-dev", + "folke/neodev.nvim", + module = "neodev", }, -- Autopairs -- cgit v1.2.3