12 lines
240 B
Lua
12 lines
240 B
Lua
return {
|
|
{
|
|
"rawnly/gist.nvim",
|
|
cmd = { "GistCreate", "GistCreateFromFile", "GistList" },
|
|
config = true,
|
|
},
|
|
{
|
|
"samjwill/nvim-unception",
|
|
lazy = false,
|
|
init = function() vim.g.unception_block_while_host_edits = true end,
|
|
},
|
|
}
|