None of tree-* commands respect my config, which has some blacklist for go file types.
I've tree_cmd option set in my kakrc and it expands correctly:
set-option global tree_cmd "kak-tree -c %val{config}/kak-tree.toml"
This is content of my kak-tree.toml:
[filetype.go]
blacklist = ["nil", "block", "identifier"]
For example, if I issue tree-node-sexp, I still can see blacklisted items.
None of
tree-*commands respect my config, which has some blacklist for go file types.I've
tree_cmdoption set in my kakrc and it expands correctly:This is content of my
kak-tree.toml:For example, if I issue
tree-node-sexp, I still can see blacklisted items.