akfmsldkf
This commit is contained in:
parent
84f3fb622a
commit
8cfd7d5725
1
init.lua
1
init.lua
@ -486,6 +486,7 @@ keymap("t", "<C-h>", "<C-\\><C-N><C-w>h", term_opts)
|
||||
keymap("t", "<C-j>", "<C-\\><C-N><C-w>j", term_opts)
|
||||
keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts)
|
||||
keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts)
|
||||
keymap("t", "jk", "<C-l>", term_opts)
|
||||
|
||||
|
||||
-- Barbar keymaps
|
||||
|
8
lua/custom/plugins/autopairs.lua
Normal file
8
lua/custom/plugins/autopairs.lua
Normal file
@ -0,0 +1,8 @@
|
||||
-- File: lua/custom/plugins/autopairs.lua
|
||||
|
||||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
config = function()
|
||||
require("nvim-autopairs").setup {}
|
||||
end,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user