summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/lvim/lsp/providers/sumneko_lua.lua2
-rw-r--r--lua/lvim/plugins.lua4
-rw-r--r--snapshots/default.json6
3 files changed, 6 insertions, 6 deletions
diff --git a/lua/lvim/lsp/providers/sumneko_lua.lua b/lua/lvim/lsp/providers/sumneko_lua.lua
index 466c9151..2caa23b6 100644
--- a/lua/lvim/lsp/providers/sumneko_lua.lua
+++ b/lua/lvim/lsp/providers/sumneko_lua.lua
@@ -2,7 +2,7 @@ local default_workspace = {
library = {
vim.fn.expand "$VIMRUNTIME",
get_lvim_base_dir(),
- require("lua-dev.config").types(),
+ require("neodev.config").types(),
},
maxPreload = 5000,
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
diff --git a/snapshots/default.json b/snapshots/default.json
index 8fab98d0..e2a1d63e 100644
--- a/snapshots/default.json
+++ b/snapshots/default.json
@@ -35,8 +35,8 @@
"lir.nvim": {
"commit": "7d8c6c4"
},
- "lua-dev.nvim": {
- "commit": "2410be2"
+ "neodev.nvim": {
+ "commit": "b2fd8b7"
},
"lualine.nvim": {
"commit": "a52f078"
@@ -72,7 +72,7 @@
"commit": "132b273"
},
"nvim-notify": {
- "commit": "4144654"
+ "commit": "af935fd"
},
"nvim-tree.lua": {
"commit": "b01e7be"