Ellie Hermaszewska
Ellie Hermaszewska
Is this currently going anywhere? It would be a shame for it to become lost.
Gotcha, thanks @DarkDefender
Hmm, perhaps deoplete is interfering with my ability to jump in the snippets. The code for getting neosnippet working with deoplete is actually quite simple https://github.com/Shougo/neosnippet.vim/blob/master/rplugin/python3/deoplete/sources/neosnippet.py @Shougo What would it...
This seems like a more specific case of #238
The nix guys recommended looking at the output of `clang --print-search-dirs` > > The clang executable on nix is actually a wrapper > > You seem to be referring to...
Hmm, perhaps there was some issue when I transcribed my settings into config.js here. These are my settings for nix-linter: https://github.com/expipiplus1/dotfiles/blob/ad1307722562678f1194cc20fc8e2551f33d386e/config/nixpkgs/home/coc-nvim.nix#L172-L187
oh yeah, how did I miss this... the output of nix-linter needs to be wrapped in "[" "]"
It is due to this bug in nix-linter: https://github.com/Synthetica9/nix-linter/issues/44 Either - That bug needs to be fixed in nix-linter (and config.ts changed to pass --json instead of --json-stream) - You...
The problem is that coc-diagnostic doesn't understand the output with `--json`, it needs to be surrounded with `[` and `]` and have commas between the elements.
Ah sorry, I didn't parse your comment correctly :D