build core, basic and go variants and add template
This commit is contained in:
4
basic/nvim/plugconf/auto-pairs.lua
Normal file
4
basic/nvim/plugconf/auto-pairs.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Replace <c-b> mapping
|
||||
vim.keymap.set('i', '<c-b>', '{', { remap = true })
|
||||
vim.keymap.del('i', '<c-b> ')
|
||||
vim.keymap.del('i', '<c-b><cr>')
|
||||
Reference in New Issue
Block a user