add unception.nvim
This commit is contained in:
7
lua/plugins/unception.lua
Normal file
7
lua/plugins/unception.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user