Skip to content

Instantly share code, notes, and snippets.

@corei8
Last active June 19, 2023 14:55
Show Gist options
  • Save corei8/59e7e248a3d0e267243d41f37d2a5a74 to your computer and use it in GitHub Desktop.
Save corei8/59e7e248a3d0e267243d41f37d2a5a74 to your computer and use it in GitHub Desktop.
Add unception as a dependency for git.nvim
{
"Rawnly/gist.nvim",
cmd = { "GistCreate", "GistCreateFromFile", "GistsList" },
config = true,
requires = {
"samjwill/nvim-unception",
lazy = true,
event = "VeryLazy",
init = function() vim.g.unception_block_while_host_edits = true end
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment