8 lines
169 B
Lua
8 lines
169 B
Lua
return {
|
|
"folke/twilight.nvim",
|
|
dependencies = { "nvim-treesitter" },
|
|
cmd = "Twilight",
|
|
config = true,
|
|
opts = { context = 10, treesitter = true },
|
|
}
|