summaryrefslogtreecommitdiff
path: root/lua/ache/plugins/twilight.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ache/plugins/twilight.lua')
-rw-r--r--lua/ache/plugins/twilight.lua9
1 files changed, 6 insertions, 3 deletions
diff --git a/lua/ache/plugins/twilight.lua b/lua/ache/plugins/twilight.lua
index 6a33f94..62c1dc6 100644
--- a/lua/ache/plugins/twilight.lua
+++ b/lua/ache/plugins/twilight.lua
@@ -1,5 +1,8 @@
+--[
+-- This plugin removes the color (dims) inactive portions of the code you're editing.
+--]
+
return {
- "folke/twilight.nvim",
- opts = {
- },
+ "folke/twilight.nvim",
+ opts = {},
}