feat: add autopair and brackets

also make non italic :)
This commit is contained in:
Maurice Grönwoldt 2026-01-10 16:04:41 +01:00
commit 951e190b7f
No known key found for this signature in database
GPG key ID: FBB005FE74FEF996
4 changed files with 18 additions and 6 deletions

View file

@ -0,0 +1,7 @@
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}

View file

@ -0,0 +1,3 @@
return {
"HiPhish/rainbow-delimiters.nvim",
}

View file

@ -7,7 +7,7 @@ return {
require("cyberdream").setup({
transparent = true,
borderless_pickers = false,
terminal_colors = true
terminal_colors = true,
})
--vim.cmd("colorscheme cyberdream")
end,
@ -25,11 +25,11 @@ return {
},
styles = {
bold = true,
italic = true,
transparency = true,
}
italic = false,
transparency = false,
},
})
vim.cmd("colorscheme rose-pine-main")
end
}
end,
},
}