Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

Robotframework-ls not attaching to buffer

Open RustyWalters opened this issue 3 years ago • 3 comments

I've installed the lsp: robotframework_ls using the install capability of LspInstallInfo (lsp installer) with neovim 7. LspInstallInfo shows the server as being installed. I've also added the server "robotframework_ls" to the list of servers in the lsp-installer.lua file. However, when I load a file with a dot robot file extension, there is no syntax highlighting and LspInfo shows nothing attached to the buffer. Any advise would be appreciated.

RustyWalters avatar Oct 05 '22 23:10 RustyWalters

i dont think there is a treesitter for robot (correct me if i am wrong), that is why you dont have syntax highlighting so in that aspect we cannot do anything

Rishabh672003 avatar Oct 07 '22 08:10 Rishabh672003

I made the assumption since it was available as a lsp server within 'lsp installer' that it was supported.

RustyWalters avatar Oct 07 '22 17:10 RustyWalters

it does have a lsp but no tree-sitter, also now try the lsp with 0.8 release and see if it still doesnt connect to the buffer.

Rishabh672003 avatar Oct 08 '22 03:10 Rishabh672003

closing this issue @RustyWalters , if you still have the issue reopen it

Rishabh672003 avatar Oct 25 '22 12:10 Rishabh672003