diff --git a/lua/plugins/twilight.lua b/lua/plugins/twilight.lua new file mode 100644 index 0000000..7f28f21 --- /dev/null +++ b/lua/plugins/twilight.lua @@ -0,0 +1,21 @@ + +-- +-- Dim all non active scopes using tree sitter +-- +-- Source: https://github.com/folke/twilight.nvim +-- .............................................. +-- +-- Author: Sven Vogel +-- Created: 07.11.2024 +-- Edited: 07.11.2024 +-- +-- ============================================== + +return { + { + "folke/twilight.nvim", + opts = { + + } + } +}