Results 69 comments of Seth Daniel

I can ``` let g:projectionist_ignore_vaffle = 1 ``` in my config and this will ignore anything with the namespace 'vaffle'. This appears to be undocumented but is in the projectionist...

The actual cause of the problem appears to be projectionist attempting to execute "runtime! autoload/vaffle.vim" from within s:load() in the plugin/projectionist.vim code. I haven't wrapped my head around all that...

> @WhoIsSethDaniel does using `let g:projectionist_ignore_vaffle = 1` causes any issue or disables any feature? I too am facing the same issue and applied the fix you suggested. I've been...

hi, the very last line of the log you posted suggests to me that $USER is not being expanded. Perhaps try filling in your actual username in the neovim config...

FWIW, I also have this working, except for perltidy. For whatever reason it isn't tidying the file. I'm still looking to see why that is. I think submitting a default...

and my tidy issue was a configuration issue. I forgot the `perlnavigator` key in my config. Here is my (redacted) config: ```lua return { settings = { perlnavigator = {...

Thanks @bscan. I don't really get the "I can't install the appropriate perl modules" complaint. My problem is working with typescript and javascript. I have no idea what I'm doing....

@rage311 were you ever able to get `neovim` working with `perlnavigator`?

I also tried it with the 0.2.10 downloadable executable with the same results.

> Got a newb question: How does the installer work? I'm still pretty new at this lspconfig stuff. Better question: how do I use it? It's not lspconfig. It's [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer)....