Neovim/lua/plugins/twilight.lua

21 lines
359 B
Lua
Raw Permalink Normal View History

2024-11-07 22:12:50 +00:00
--
-- 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 = {
}
}
}