diff options
| -rw-r--r-- | lua/lvim/plugins.lua | 5 | ||||
| -rw-r--r-- | snapshots/default.json | 6 | 
2 files changed, 5 insertions, 6 deletions
| diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 24f71204..bfe76bb8 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -102,8 +102,7 @@ local core_plugins = {      "hrsh7th/cmp-path",    },    { -    -- NOTE: Temporary fix till folke comes back -    "max397574/lua-dev.nvim", +    "folke/lua-dev.nvim",      module = "lua-dev",    }, @@ -153,7 +152,7 @@ local core_plugins = {    -- Whichkey    { -    "max397574/which-key.nvim", +    "folke/which-key.nvim",      config = function()        require("lvim.core.which-key").setup()      end, diff --git a/snapshots/default.json b/snapshots/default.json index 29822342..a5c9cff1 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -12,7 +12,7 @@      "commit": "09e5374"    },    "bufferline.nvim": { -    "commit": "13a532e" +    "commit": "0b4b863"    },    "cmp-buffer": {      "commit": "3022dbc" @@ -36,7 +36,7 @@      "commit": "d7e0bcb"    },    "lua-dev.nvim": { -    "commit": "54149d1" +    "commit": "9381ad0"    },    "lualine.nvim": {      "commit": "3cf4540" @@ -111,6 +111,6 @@      "commit": "7abb25e"    },    "which-key.nvim": { -    "commit": "f03a259" +    "commit": "439637d"    }  } | 
