🖋️ Formatting
- Add headers to category files
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- --------------------------------- CODING ------------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
{ import = "lazyvim.plugins.extras.coding.codeium" },
|
||||
{ import = "lazyvim.plugins.extras.coding.yanky" },
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ----------------------------------- DAP -------------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
{ import = "lazyvim.plugins.extras.dap.core" },
|
||||
{ import = "lazyvim.plugins.extras.dap.nlua" },
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- LANGUAGES ----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
{ import = "lazyvim.plugins.extras.lang.markdown" },
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- UTILITIES ----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
{
|
||||
import = "lazyvim.plugins.extras.util.project",
|
||||
|
||||
Reference in New Issue
Block a user