nyoom-engineering / nyoom.nvim

A Neovim framework and doom emacs alternative for the stubborn martian hacker. Powered by fennel and the oxocarbon theme
MIT License
1.37k stars 81 forks source link

LSP servers not being found by nvim after installation with nvim-lsp-installer #2

Closed dawnonmercury closed 2 years ago

dawnonmercury commented 2 years ago

As above. I installed ltex and texlab (latex lsps) on two separate occasions, and hls (haskell lsp). None of these are found by LspInfo, and none of these are attached to buffers with relevant filetypes.

shaunsingh commented 2 years ago

Should be fixed in the latest commit, I just installed sumneko_lua to test and :LspInfo looks correct now. Thanks for the report, lmk if anything else pops up

dawnonmercury commented 2 years ago

Hmmmm, it's still not behaving correctly on my end after replacing everything with the latest commit.

I added in:

-- lsp server configs require'lspconfig'.texlab.setup{}

And now texlab shows up correctly in :LspInfo, but fails to initialize (executable missing from path error, despite it literally not being missing). I'm genuinely confused why it's not working out, this is a completely fresh install. Considering reinstalling nvim completely.

shaunsingh commented 2 years ago

Just ran into issues with pyright again, I'm not sure whats causing it (configuration itself looks fine) but I'll just rewrite the whole lspconfig section. Its long overdue and hopefully it fixes this issue

shaunsingh commented 2 years ago

Finally fixed it, properly this time: https://github.com/shaunsingh/nyoom.nvim/commit/98ad880bcad4c76798088f28f7265d0bf8445aef