blob: 915603e2f37e7a245f2bba6f4eef8391a7bdc12f (
plain)
1
2
3
4
5
6
7
8
9
10
|
require("focus").setup {
enable = true,
split = {
bufnew = true,
},
ui = {
winhighlight = true, -- Highlight focused and unfocused windows
signcolumn = false, -- Signcolumn on all windows
},
}
|