add unception.nvim
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"nvim-tree.lua": { "branch": "master", "commit": "64e2192f5250796aa4a7f33c6ad888515af50640" },
|
||||
"nvim-tree.lua-float-preview": { "branch": "master", "commit": "78b3ff2e0423438a341c9628f2f10f51b80a69c6" },
|
||||
"nvim-treesitter": { "branch": "main", "commit": "32cb9f9b9db71b0dc2454817727cd9a5d840658c" },
|
||||
"nvim-unception": { "branch": "main", "commit": "df0e505f0f1371c49c2bcf993985962edb5a279d" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "c2599a81ecabaae07c49ff9b45dcd032a8d90f1a" },
|
||||
"peek.nvim": { "branch": "master", "commit": "5820d937d5414baea5f586dc2a3d912a74636e5b" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
|
||||
@@ -35,3 +35,5 @@ vim.keymap.set('n', '<C-h>', '<C-w>h', opts)
|
||||
vim.keymap.set('n', '<C-j>', '<C-w>j', opts)
|
||||
vim.keymap.set('n', '<C-k>', '<C-w>k', opts)
|
||||
vim.keymap.set('n', '<C-l>', '<C-w>l', opts)
|
||||
|
||||
vim.keymap.set('t', '<Esc>', '<C-\\><C-n>', opts)
|
||||
|
||||
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