🖋️ Formatting

- Add headers to category files
This commit is contained in:
2024-07-14 00:36:04 -04:00
parent 196d3ee59e
commit 820f313567
5 changed files with 26 additions and 0 deletions
+10
View File
@@ -1,9 +1,19 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- EDITOR ------------------------------------
-- -----------------------------------------------------------------------------
return {
{ import = "lazyvim.plugins.extras.editor.aerial" },
{ import = "lazyvim.plugins.extras.editor.dial" },
{ import = "lazyvim.plugins.extras.editor.illuminate" },
{ import = "lazyvim.plugins.extras.editor.outline" },
{ import = "lazyvim.plugins.extras.editor.telescope" },
{
"folke/which-key.nvim",
opts = {
preset = "modern",
},
},
{
"gorbit99/codewindow.nvim",
version = false,