mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 11:14:42 +02:00
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
This commit is contained in:
commit
aa6f081062
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ return require("packer").startup(function(use)
|
||||||
-- Comments
|
-- Comments
|
||||||
use {
|
use {
|
||||||
"terrortylor/nvim-comment",
|
"terrortylor/nvim-comment",
|
||||||
cmd = "CommentToggle",
|
event = "BufRead",
|
||||||
|
-- cmd = "CommentToggle",
|
||||||
config = function()
|
config = function()
|
||||||
local status_ok, nvim_comment = pcall(require, "nvim_comment")
|
local status_ok, nvim_comment = pcall(require, "nvim_comment")
|
||||||
if not status_ok then
|
if not status_ok then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue