Closed FahimAnayet closed 2 years ago
Ty for the report @FahimAnayet, this happens when the diagnostics icons are set to nil
, not sure why this happens on LunarVim as it seems they do set the diag signs, nevertheless should be fixed in https://github.com/ibhagwan/fzf-lua/commit/cee65b096c30e7296e253b0d321c6afd3117bdad.
Info
nvim --version
: v0.9.0 devfzf --version
: v0.34.0mini.sh
fzf-lua configuration
```lua require 'fzf-lua'.setup { -- fzf_bin = 'sk', -- use skim instead of fzf? -- https://github.com/lotabout/skim global_resume = true, -- enable global `resume`? -- can also be sent individually: -- `Description
On lunarVim
FzfLua lsp_document_diagnostics
this error pops up and nothing else. I expect to see the diagnostics.But on normal nvim
[Fzf-lua] No diagnostics found
(this is expected as on normal vim I use Coc rather than nvim lsp)LunarVim comes with it's own config in ~/.local/share/lunarvim, So the runtime folder is ~/.local/share/lunarvim