minor settings

This commit is contained in:
Christian Nieves
2024-01-22 21:57:47 +00:00
parent ef6089dda9
commit 9fe3e152c9

View File

@ -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: