chore: use echasnovski/mini.comment
parent
0b6cfb7a6f
commit
30e8ac52b1
|
@ -146,14 +146,6 @@ require("packer").startup(function()
|
|||
-- https://github.com/RRethy/vim-illuminate
|
||||
use("RRethy/vim-illuminate")
|
||||
|
||||
-- https://github.com/terrortylor/nvim-comment
|
||||
use({
|
||||
"terrortylor/nvim-comment",
|
||||
config = function()
|
||||
require("nvim_comment").setup()
|
||||
end,
|
||||
})
|
||||
|
||||
-- https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-bracketed.md
|
||||
use({
|
||||
"echasnovski/mini.bracketed",
|
||||
|
@ -162,6 +154,14 @@ require("packer").startup(function()
|
|||
end,
|
||||
})
|
||||
|
||||
-- https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-comment.md
|
||||
use({
|
||||
"echasnovski/mini.comment",
|
||||
config = function()
|
||||
require("mini.comment").setup()
|
||||
end,
|
||||
})
|
||||
|
||||
-- https://github.com/tpope/vim-fugitive
|
||||
use("tpope/vim-fugitive")
|
||||
|
||||
|
|
Loading…
Reference in New Issue