catppuccin: migrate modules to home-manager

This commit is contained in:
js0ny 2025-11-20 20:07:29 +00:00
parent 3854b68891
commit 3e00cb6173
30 changed files with 595 additions and 66 deletions

View file

@ -15,7 +15,15 @@ return {
disabled_filetypes = {},
-- https://github.com/Saghen/blink.pairs/blob/main/lua/blink/pairs/config/mappings.lua#24
-- Battery included!
pairs = {},
pairs = {
["'"] = {
"''",
when = function(ctx)
return ctx:text_before_cursor(1) == "'"
end,
languages = { "nix" },
},
},
},
highlights = {
enabled = true,