i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable fastwarp for ultimate-autopair (better position closing char)

+5 -1
+5 -1
nvim/.config/nvim/lua/plugins.lua
··· 521 521 { 522 522 "altermo/ultimate-autopair.nvim", 523 523 event = { "InsertEnter", "CmdlineEnter" }, 524 - config = true, 524 + opts = { 525 + fastwarp = { 526 + faster = true, 527 + }, 528 + }, 525 529 }, 526 530 527 531 {