replace vim-commentary with Comment.nvim
This commit is contained in:
@@ -28,7 +28,9 @@ require("packer").startup(function(use)
|
|||||||
use({ "folke/tokyonight.nvim" })
|
use({ "folke/tokyonight.nvim" })
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
use({ "tpope/vim-commentary" })
|
use({ "numToStr/Comment.nvim", config = function ()
|
||||||
|
require("Comment").setup()
|
||||||
|
end })
|
||||||
|
|
||||||
-- Icons used by many plugins
|
-- Icons used by many plugins
|
||||||
use({ "kyazdani42/nvim-web-devicons" })
|
use({ "kyazdani42/nvim-web-devicons" })
|
||||||
|
|||||||
Reference in New Issue
Block a user