mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
catppuccin: migrate modules to home-manager
This commit is contained in:
parent
3854b68891
commit
3e00cb6173
30 changed files with 595 additions and 66 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue