From 9fe3e152c9e6c6aa4c58f9fd68542c7fa18c71f2 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 22 Jan 2024 21:57:47 +0000 Subject: [PATCH] minor settings --- vim/.vim/lua/plugins/google.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/.vim/lua/plugins/google.lua b/vim/.vim/lua/plugins/google.lua index 8ffd543..f166434 100644 --- a/vim/.vim/lua/plugins/google.lua +++ b/vim/.vim/lua/plugins/google.lua @@ -306,10 +306,12 @@ return { config = function() -- Here are all the options and their default values: require("critique.comments").setup({ + debug = 0, -- default = 0 -- Fetch the comments after calling `setup`. auto_fetch = true, -- default = true -- Allow checking for comments on BufEnter events. This is throttled to once every 10 seconds. frequent_fetch = true, -- default = false + verbose_notifications = true, }) local map = require("utils").map -- here are some mappings you might want: