📁 files(nvim): moved catppuccin to the colorscheme extras

This commit is contained in:
Sergio Laín 2023-12-30 00:09:12 +01:00
parent 34c143cf68
commit a0867e6cd9
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 2 additions and 7 deletions

View file

@ -90,7 +90,7 @@
"nvim-treesitter-textobjects": { "branch": "master", "commit": "0e2d5bd4cbe75849a013901555d436a48c6680cb" },
"nvim-ts-autotag": { "branch": "main", "commit": "8515e48a277a2f4947d91004d9aa92c29fdc5e18" },
"nvim-ts-context-commentstring": { "branch": "main", "commit": "1277b4a1f451b0f18c0790e1a7f12e1e5fdebfee" },
"nvim-various-textobjs": { "branch": "main", "commit": "8ebbedb58845d4bce91cfb1db705fb4e942ee333" },
"nvim-various-textobjs": { "branch": "main", "commit": "f68df17056ab9b68b0da10e722b03445450330ec" },
"nvim-web-devicons": { "branch": "master", "commit": "43aa2ddf476012a2155f5f969ee55ab17174da7a" },
"nvim_context_vt": { "branch": "master", "commit": "a14f9292b4bd68ceed433fc513f287641816dc6d" },
"octo.nvim": { "branch": "master", "commit": "b5371003f209764c9d1cc43cf20b6dc52961f0e8" },

View file

@ -66,6 +66,7 @@
"plugins.extras.lsp.lightbulb",
"plugins.extras.test.core",
"plugins.extras.ui.breadcrumbs",
"plugins.extras.ui.colorschemes.catppuccin",
"plugins.extras.ui.context",
"plugins.extras.ui.highlight-undo",
"plugins.extras.ui.number-toggle",

View file

@ -89,10 +89,4 @@ return {
}),
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-macchiato",
},
},
}