add scope info in treesitter panel

neovim_0.6^2
ray-x 2 years ago
parent 3dc8c02c39
commit 724d5f3439

@ -26,7 +26,6 @@ local trace = function(...) end
if vim.fn.has('nvim-0.7') == 1 then
local trace = require('navigator.util').trace
end
trace = log
local get_icon = function(kind)
if kind == nil or _NgConfigValues.icons.match_kinds[kind] == nil then

Loading…
Cancel
Save