feat: add TODO comment strings to highlight lines to modify

pull/7/head
Micah Halter 2024-02-19 13:33:56 -05:00
parent 4ab91873cc
commit 215d9457c1
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
9 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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`

View File

@ -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`

View File

@ -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`

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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