Open firman199x opened 7 months ago
This is string variable that store the regex for excluding item from yggdrasil-tree.
Example below is to always exclude all item from std:: library and Qt internal classes.
{ "firman199x/vim-ccls", init = function() vim.g.yggdrasil_tree_filter = 'Q[A-Z].\|std::.' end, }
This is string variable that store the regex for excluding item from yggdrasil-tree.
Example below is to always exclude all item from std:: library and Qt internal classes.
{ "firman199x/vim-ccls", init = function() vim.g.yggdrasil_tree_filter = 'Q[A-Z].\|std::.' end, }