added autopairs and twilight functionality

This commit is contained in:
pr0c3550r 2023-02-16 21:18:04 +01:00
parent f1de0e1179
commit 29f3fa35dd
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
{
"echasnovski/mini.pairs",
event = "VeryLazy",
config = function(_, opts)
require("mini.pairs").setup(opts)
end,
}
}

View file

@ -0,0 +1,10 @@
return {
{
"folke/twilight.nvim",
config = function ()
require("twilight").setup {
}
end
}
}