minor settings
This commit is contained in:
@ -306,10 +306,12 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
-- Here are all the options and their default values:
|
-- Here are all the options and their default values:
|
||||||
require("critique.comments").setup({
|
require("critique.comments").setup({
|
||||||
|
debug = 0, -- default = 0
|
||||||
-- Fetch the comments after calling `setup`.
|
-- Fetch the comments after calling `setup`.
|
||||||
auto_fetch = true, -- default = true
|
auto_fetch = true, -- default = true
|
||||||
-- Allow checking for comments on BufEnter events. This is throttled to once every 10 seconds.
|
-- Allow checking for comments on BufEnter events. This is throttled to once every 10 seconds.
|
||||||
frequent_fetch = true, -- default = false
|
frequent_fetch = true, -- default = false
|
||||||
|
verbose_notifications = true,
|
||||||
})
|
})
|
||||||
local map = require("utils").map
|
local map = require("utils").map
|
||||||
-- here are some mappings you might want:
|
-- here are some mappings you might want:
|
||||||
|
Reference in New Issue
Block a user