commit 3b6196deca281eed7b73510dd8b5835d34f03087 parent 357089c42be72d1dede8a033b1bfd37543b625d1 Author: Eamon Caddigan <ec@eamoncaddigan.net> Date: Thu, 27 Mar 2025 20:58:21 -0700 feat: Add nvim-unception Diffstat:
A | lua/plugins/nvim-unception.lua | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/lua/plugins/nvim-unception.lua b/lua/plugins/nvim-unception.lua @@ -0,0 +1,7 @@ +return { + "samjwill/nvim-unception", + init = function() + -- Optional settings go here! + -- e.g.) vim.g.unception_open_buffer_in_new_tab = true + end, +}