diff --git a/vim/.vim/lua/plugins/conform.lua b/vim/.vim/lua/plugins/conform.lua index 1c57c55..3a5080f 100644 --- a/vim/.vim/lua/plugins/conform.lua +++ b/vim/.vim/lua/plugins/conform.lua @@ -4,6 +4,7 @@ if use_google() then return {} end +vim.g.disable_autoformat = false vim.api.nvim_create_user_command("FormatDisable", function(args) if args.bang then -- FormatDisable! will disable formatting just for this buffer diff --git a/vim/.vim/lua/plugins/google.lua b/vim/.vim/lua/plugins/google.lua index 8840799..920a4fd 100644 --- a/vim/.vim/lua/plugins/google.lua +++ b/vim/.vim/lua/plugins/google.lua @@ -287,7 +287,6 @@ return { { name = "critique-nvim", dir = "~/critique-nvim/", - cond = false, lazy = false, dependencies = { "rktjmp/time-ago.vim", @@ -300,11 +299,10 @@ return { { "]c", ":CritiqueGotoNextComment" }, { "[c", ":CritiqueGotoPrevComment" }, { "lc", ":CritiqueToggleLineComment" }, - { "uc", ":CritiqueToggleUnresolvedComments" }, { "ac", ":CritiqueToggleAllComments" }, + { "uc", ":CritiqueToggleUnresolvedComments" }, { "fc", ":CritiqueFetchComments" }, - -- { "tc", ":CritiqueCommentsTelescope" }, - -- { "tc", ":CritiqueCommentsTelescope" }, + { "tc", ":CritiqueCommentsTelescope" }, }, config = function() -- Here are all the options and their default values: