nvim/lua/plugins/twilight.lua

9 lines
198 B
Lua
Raw Normal View History

2023-05-16 09:22:33 +01:00
return {
"folke/twilight.nvim",
cond = not vim.g.vscode,
2023-05-16 09:22:33 +01:00
dependencies = { "nvim-treesitter" },
cmd = "Twilight",
config = true,
opts = { context = 10, treesitter = true },
}