luapad
This commit is contained in:
@ -34,7 +34,14 @@ return {
|
|||||||
{ "simrat39/rust-tools.nvim", ft = "rust" },
|
{ "simrat39/rust-tools.nvim", ft = "rust" },
|
||||||
|
|
||||||
"RRethy/vim-illuminate",
|
"RRethy/vim-illuminate",
|
||||||
|
{
|
||||||
"rafcamlet/nvim-luapad",
|
"rafcamlet/nvim-luapad",
|
||||||
|
config = function()
|
||||||
|
require("luapad").setup({
|
||||||
|
eval_on_change = false,
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
"flwyd/vim-conjoin",
|
"flwyd/vim-conjoin",
|
||||||
"godlygeek/tabular",
|
"godlygeek/tabular",
|
||||||
"wesQ3/vim-windowswap",
|
"wesQ3/vim-windowswap",
|
||||||
|
@ -159,7 +159,9 @@ return {
|
|||||||
require("critique.comments").setup({
|
require("critique.comments").setup({
|
||||||
-- Fetch the comments after calling `setup`.
|
-- Fetch the comments after calling `setup`.
|
||||||
auto_fetch = true,
|
auto_fetch = true,
|
||||||
|
display = {
|
||||||
render_resolved_threads = true,
|
render_resolved_threads = 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:
|
||||||
|
Reference in New Issue
Block a user