feat: add plugin `twilight`

This commit is contained in:
Sven Vogel 2024-11-07 23:12:50 +01:00
parent ee88b9d3d8
commit d7d9402eb3
1 changed files with 21 additions and 0 deletions

21
lua/plugins/twilight.lua Normal file
View File

@ -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 = {
}
}
}