symbols-outline.nvim icon indicating copy to clipboard operation
symbols-outline.nvim copied to clipboard

some thing goes wrong at parser.lua:254 when using coc

Open yuklin opened this issue 1 year ago • 10 comments

some thing goes wrong at parser.lua:254

-- local hl_type = config.options.symbols[symbols.kinds[node.kind]].hl local hl_type = config.options.symbols[node.kind].hl

use symbols[node.kind] will be fine?

yuklin avatar Sep 01 '22 11:09 yuklin

I am having an issue on the same line with CoQ and ccls. No issue when using CoQ with other parsers though. Seems to be related to other ccls issues, such as issue #28

xyven1 avatar Sep 22 '22 00:09 xyven1

I arrived at the same conclusion and until #181 is merged you can try this instead:

use {
    "rbjorklin/symbols-outline.nvim",
    branch = "fix-outline-detection"
}

rbjorklin avatar Oct 10 '22 02:10 rbjorklin