fix: fixing a lot of issues
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user