Fix relatedfiles

This commit is contained in:
Christian Nieves
2023-07-14 15:16:35 -05:00
parent ff24d719b1
commit fb83c79450
8 changed files with 161 additions and 137 deletions

View File

@ -94,15 +94,6 @@ return {
require("libp").setup()
end,
},
{
"catppuccin/nvim",
name = "catppuccin",
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
require("config.catppuccin")
end,
},
{
"ojroques/nvim-osc52",
config = function()