diff options
| author | Abouzar Parvan <[email protected]> | 2022-10-15 10:21:24 +0330 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-15 10:21:24 +0330 | 
| commit | 91ac8a0bb0eefc31815371454bcf59aa72d0acc3 (patch) | |
| tree | 298cc751e551622cc6aeab2dd0649aeeb2fb3a70 | |
| parent | 1fbdcabf1915b35599c7912a45ef92888417ea65 (diff) | |
fix(luadev): this plugin has been renamed (#3235)
| -rw-r--r-- | lua/lvim/lsp/providers/sumneko_lua.lua | 2 | ||||
| -rw-r--r-- | lua/lvim/plugins.lua | 4 | ||||
| -rw-r--r-- | snapshots/default.json | 6 | 
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" | 
