X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4ff0f8e91ba57d1c6bcab470ae41ae152dfee814..18058c5c8326fdf1de034d2ff4516da5c9c52e14:/nvim/lua/plugins/coding.lua diff --git a/nvim/lua/plugins/coding.lua b/nvim/lua/plugins/coding.lua index 6194756..c1b1c39 100644 --- a/nvim/lua/plugins/coding.lua +++ b/nvim/lua/plugins/coding.lua @@ -86,4 +86,20 @@ return { }, }, }, + -- comments + { + "numToStr/Comment.nvim", + opts = { + toggler = { + line = "gcc", + block = "gbb", + }, + mappings = { + basic = true, + extra = true, + }, + }, + }, + { "JoosepAlviste/nvim-ts-context-commentstring", enabled = false }, + { "echasnovski/mini.comment", enabled = false }, }