diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-13 22:01:35 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-13 22:01:35 +0200 |
| commit | f11eff223d021dd9553a7152278c00ca41b7ef37 (patch) | |
| tree | dbb89a078f2ac19d782d9bfc5596314128c9461a /.config/nvim/lua/plugins.lua | |
| parent | df66b461596d351367f90d41a0fabffb873de4be (diff) | |
Add lunarvim updates
Diffstat (limited to '.config/nvim/lua/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/plugins.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 372f7f7..28e5780 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -90,7 +90,8 @@ return { -- Whichkey { - "folke/which-key.nvim", + "abzcoding/which-key.nvim", + branch = "fix/neovim-6-position", config = function() require("core.which-key").setup() end, @@ -100,7 +101,7 @@ return { -- Comments { - "terrortylor/nvim-comment", + "numToStr/Comment.nvim", event = "BufRead", config = function() require("core.comment").setup() |