mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
new comment lazyload event
This commit is contained in:
parent
4e9e033798
commit
83a77ac5cb
1 changed files with 1 additions and 2 deletions
|
@ -104,8 +104,7 @@ return require("packer").startup(function(use)
|
|||
-- Comments
|
||||
use {
|
||||
"terrortylor/nvim-comment",
|
||||
event = "BufRead",
|
||||
-- cmd = "CommentToggle",
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
local status_ok, nvim_comment = pcall(require, "nvim_comment")
|
||||
if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue