nvim: add comment brackted and ptywal

This commit is contained in:
2023-07-08 15:20:43 +03:00
parent 7c4ba3f8c5
commit 1676daf69a
5 changed files with 42 additions and 23 deletions

View File

@ -0,0 +1,6 @@
return {
"numToStr/Comment.nvim",
config = function()
require("Comment").setup()
end,
}