Files
dotfiles/.config/nvim/lua/plugins/nvim-autopairs.lua
Felix Nehrke 24f7891460 Migrate vim to neovim (min v0.11)
Install newest vim-releases via appimage from github-page!
2025-08-10 17:12:01 +02:00

8 lines
131 B
Lua

return {
-- add closing parenthesis automatically
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
opts = {},
}