Migrate vim to neovim (min v0.11)
Install newest vim-releases via appimage from github-page!
This commit is contained in:
7
.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
7
.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
-- add closing parenthesis automatically
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
config = true,
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user