This commit is contained in:
Christian Nieves
2024-12-11 17:13:19 +00:00
parent b3f51ae147
commit d29d3be651
3 changed files with 3 additions and 5 deletions

View File

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

View File

@ -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<CR>" },
{ "[c", ":CritiqueGotoPrevComment<CR>" },
{ "<Leader>lc", ":CritiqueToggleLineComment<CR>" },
{ "<Leader>uc", ":CritiqueToggleUnresolvedComments<CR>" },
{ "<Leader>ac", ":CritiqueToggleAllComments<CR>" },
{ "<Leader>uc", ":CritiqueToggleUnresolvedComments<CR>" },
{ "<Leader>fc", ":CritiqueFetchComments<CR>" },
-- { "<Leader>tc", ":CritiqueCommentsTelescope<CR>" },
-- { "<Leader>tc", ":CritiqueCommentsTelescope<CR>" },
{ "<Leader>tc", ":CritiqueCommentsTelescope<CR>" },
},
config = function()
-- Here are all the options and their default values: