From ac1f35a02c65eb38e224a2ad11015f44a7d13837 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 6 Nov 2023 17:10:57 +0000 Subject: [PATCH] luapad --- vim/.vim/lua/plugins/base.lua | 9 ++++++++- vim/.vim/lua/plugins/google.lua | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/vim/.vim/lua/plugins/base.lua b/vim/.vim/lua/plugins/base.lua index 8c665b9..0d53f45 100644 --- a/vim/.vim/lua/plugins/base.lua +++ b/vim/.vim/lua/plugins/base.lua @@ -34,7 +34,14 @@ return { { "simrat39/rust-tools.nvim", ft = "rust" }, "RRethy/vim-illuminate", - "rafcamlet/nvim-luapad", + { + "rafcamlet/nvim-luapad", + config = function() + require("luapad").setup({ + eval_on_change = false, + }) + end, + }, "flwyd/vim-conjoin", "godlygeek/tabular", "wesQ3/vim-windowswap", diff --git a/vim/.vim/lua/plugins/google.lua b/vim/.vim/lua/plugins/google.lua index 9600671..50c266d 100644 --- a/vim/.vim/lua/plugins/google.lua +++ b/vim/.vim/lua/plugins/google.lua @@ -159,7 +159,9 @@ return { require("critique.comments").setup({ -- Fetch the comments after calling `setup`. auto_fetch = true, - render_resolved_threads = true, + display = { + render_resolved_threads = true, + }, }) local map = require("utils").map -- here are some mappings you might want: