comment toggle on bufread

This commit is contained in:
christianchiarulli 2021-07-07 00:05:30 -04:00
parent 000920beaa
commit e9ea970099

View file

@ -94,7 +94,8 @@ return require("packer").startup(function(use)
-- Comments
use {
"terrortylor/nvim-comment",
cmd = "CommentToggle",
event = "BufRead",
-- cmd = "CommentToggle",
config = function()
local status_ok, nvim_comment = pcall(require, "nvim_comment")
if not status_ok then