diff options
author | Abouzar Parvan <[email protected]> | 2021-10-11 20:10:59 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-11 20:10:59 +0330 |
commit | 3dc24cd0c32801afd44c0451932f8245cdf10a49 (patch) | |
tree | 1d21aa504885607703827eedabc6c6c71aba7a8c /lua/lvim/plugins.lua | |
parent | 965ea4bbb902d2f58108c5c01fcb6442e6aff51b (diff) |
[Feature] use `Comment.nvim` instead of `nvim-comment` (#1736)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 44fc4dd3..84522366 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -102,7 +102,7 @@ return { -- Comments { - "terrortylor/nvim-comment", + "numToStr/Comment.nvim", event = "BufRead", config = function() require("lvim.core.comment").setup() |