Last active
June 19, 2023 14:55
-
-
Save ordotools/59e7e248a3d0e267243d41f37d2a5a74 to your computer and use it in GitHub Desktop.
Add unception as a dependency for git.nvim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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