Cillian Berragan

Results 5 comments of Cillian Berragan

If anyone is interested you can use Sourcery with native Neovim LSP. I have the following setup in a file called `sourcery.lua`: ``` local configs = require 'lspconfig/configs' local util...

@fvdnabee I believe it's probably mostly personal preference, although native LSP may be slightly faster. I have switched over to fully use native LSP so wanted to integrate sourcery that...

If you do not already use the location list for something else you could add `let g:grammarous#use_location_list=1` then use `:Clap loclist` to invoke the list.

Could this be related to #5? The discussion appears to agree that it was fixed (although the issue is open), but I could replicate with a recent version of vimpyter.

I think it makes the most sense to build from scratch each time to avoid problems. It's just one package I maintain with one AUR dependency, has always been a...