mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nixify: hyprland & kitty
This commit is contained in:
parent
db78fc2289
commit
f56fa1259c
22 changed files with 449 additions and 29 deletions
|
|
@ -38,12 +38,12 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require("multiple-cursors").setup({
|
||||
pre_hook = function()
|
||||
require("nvim-autopairs").disable()
|
||||
end,
|
||||
post_hook = function()
|
||||
require("nvim-autopairs").enable()
|
||||
end,
|
||||
-- pre_hook = function()
|
||||
-- require("blink.pairs.mapping").disable()
|
||||
-- end,
|
||||
-- post_hook = function()
|
||||
-- require("blink.pairs.mapping").enable()
|
||||
-- end,
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue