make hypr-nvim smart-nav better, now use ipc for quicker communication than synth binds

This commit is contained in:
2026-07-03 11:09:56 +02:00
parent bdb56cb1c7
commit 5650e2f96a
9 changed files with 126 additions and 55 deletions

View File

@@ -1,6 +1,10 @@
return {
'm4xshen/autoclose.nvim',
config = function()
require('autoclose').setup()
require('autoclose').setup({
keys = {
["'"] = { escape = true, close = false, pair = "''" },
}
})
end
}