From 215d9457c148bdd5feb0a45699ef648bc933a6ed Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Mon, 19 Feb 2024 13:33:56 -0500 Subject: [PATCH] feat: add TODO comment strings to highlight lines to modify --- lua/community.lua | 2 +- lua/plugins/astrocore.lua | 2 +- lua/plugins/astrolsp.lua | 2 +- lua/plugins/astroui.lua | 2 +- lua/plugins/mason.lua | 2 +- lua/plugins/none-ls.lua | 2 +- lua/plugins/treesitter.lua | 2 +- lua/plugins/user.lua | 2 +- lua/polish.lua | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/community.lua b/lua/community.lua index 3c80e05..72e4abc 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroCommunity: import any community modules here -- We import this file in `lazy_setup.lua` before the `plugins/` folder. diff --git a/lua/plugins/astrocore.lua b/lua/plugins/astrocore.lua index 8a7854d..bc8d6a7 100644 --- a/lua/plugins/astrocore.lua +++ b/lua/plugins/astrocore.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroCore provides a central place to modify mappings, vim options, autocommands, and more! -- Configuration documentation can be found with `:h astrocore` diff --git a/lua/plugins/astrolsp.lua b/lua/plugins/astrolsp.lua index 2cd5f38..68e039e 100644 --- a/lua/plugins/astrolsp.lua +++ b/lua/plugins/astrolsp.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroLSP allows you to customize the features in AstroNvim's LSP configuration engine -- Configuration documentation can be found with `:h astrolsp` diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index e003641..a270859 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroUI provides the basis for configuring the AstroNvim User Interface -- Configuration documentation can be found with `:h astroui` diff --git a/lua/plugins/mason.lua b/lua/plugins/mason.lua index af05f75..3961d00 100644 --- a/lua/plugins/mason.lua +++ b/lua/plugins/mason.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- Customize Mason plugins diff --git a/lua/plugins/none-ls.lua b/lua/plugins/none-ls.lua index d554be2..382368d 100644 --- a/lua/plugins/none-ls.lua +++ b/lua/plugins/none-ls.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- Customize None-ls sources diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index ee613c9..5b22887 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- Customize Treesitter diff --git a/lua/plugins/user.lua b/lua/plugins/user.lua index 240cb4d..121089e 100644 --- a/lua/plugins/user.lua +++ b/lua/plugins/user.lua @@ -1,4 +1,4 @@ -if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- You can also add or configure plugins by creating files in this `plugins/` folder -- Here are some examples: diff --git a/lua/polish.lua b/lua/polish.lua index fc01559..14c38cd 100644 --- a/lua/polish.lua +++ b/lua/polish.lua @@ -1,4 +1,4 @@ -if true then return end -- REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- This will run last in the setup process and is a good place to configure -- things like custom filetypes. This just pure lua so anything that doesn't