feat: add plugin `twilight`
This commit is contained in:
parent
ee88b9d3d8
commit
d7d9402eb3
|
@ -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 = {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue