fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,3 +1,13 @@
-- ============================================================================
-- TWILIGHT: Focus mode with dimming for distraction-free coding
-- ============================================================================
-- Dims inactive portions of code to help focus on the current context.
-- Uses treesitter to intelligently expand functions, methods, tables, and
-- if statements. Configurable dimming with alpha and color settings.
-- Keymaps:
-- <leader>zt - Toggle Twilight focus mode
-- ============================================================================
return {
"folke/twilight.nvim",
cmd = { "Twilight", "TwilightEnable", "TwilightDisable" },