mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Switch from commentstring to mini.comment
This commit is contained in:
parent
bcd1f2553e
commit
5024f14d82
@ -1,5 +0,0 @@
|
||||
-- treesitter plugin for commentstring
|
||||
return {
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
dependencies = { "tpope/vim-commentary" },
|
||||
}
|
@ -4,5 +4,6 @@ return {
|
||||
version = "*",
|
||||
config = function()
|
||||
require("mini.surround").setup()
|
||||
require("mini.comment").setup()
|
||||
end,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user