소스 검색

Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable

christianchiarulli 4 년 전
부모
커밋
aa6f081062
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lua/plugins.lua

+ 2 - 1
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