add unception.nvim

This commit is contained in:
2025-10-31 21:09:11 +09:00
parent c7955f36e5
commit 3aec645b22
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
return {
"samjwill/nvim-unception",
init = function()
-- Optional settings go here!
vim.g.unception_open_buffer_in_new_tab = true
end
}