summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-07 00:05:44 -0400
committerchristianchiarulli <[email protected]>2021-07-07 00:05:44 -0400
commitaa6f081062b87d3118db9ac49092160d736bb1c3 (patch)
tree017f97a47ac23e3a46e564dd5f7a08ab16b454e1 /lua
parent796b6dec277bfec1cd2d0d4ae531b5a1388bd4b6 (diff)
parente9ea970099387d1f3582f80478f2f7a3ce835954 (diff)
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable0.4.4
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 0db3eaee..89e63b36 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -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