fix(nvim): disable statuscol on certain ft and bt

This commit is contained in:
2024-11-12 05:22:01 +02:00
parent e5311ca285
commit aa70eab5fb

View File

@@ -16,6 +16,28 @@ return {
local builtin = require 'statuscol.builtin'
require('statuscol').setup {
relculright = true,
ft_ignore = {
'dashboard',
'NvimTree',
'help',
'vim',
'alpha',
'dashboard',
'neo-tree',
'Trouble',
'lazy',
'toggleterm',
},
bt_ignore = {
'help',
'vim',
'alpha',
'dashboard',
'neo-tree',
'Trouble',
'lazy',
'toggleterm',
},
segments = {
{
text = { builtin.foldfunc },