You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I actually did a PR for lspconfig to include hyprls (see neovim/nvim-lspconfig#3137) but it's misconfigured: I mistook filetypes for file name patterns...
So the lspconfig should work if the hyprlang filetype is defined
The installation does not require Just, this is required to build from source. Just is a modern alternative to Makefiles.
You can install with go.
Having HyprLS available in linux repos would be nice, but I don't really have the time to setup all of that up. I kinda did set that up for ortfo/db so I could do it eventually but I don't really have the time right now.
Lastly, the color picker is indeed using the color features of the LSP standard, but the screenshot comes from VSCode. I don't really know if neovim has an equivalent feature, some plugin may be able to tap into the LSP color features.
The star emoji has nothing to do with LSPs, I think it's copilot? not rly sure tbh.
And it the autocmd is kind of a dirty hack (see #9), so changing the readme might be a good idea.
Feel free to re-open the issue if this doesn't answer what you asked
i use this in my
init.lua
:which works for my hyprlang treesitter parser
im not sure how to use
hyprls
in lspconfig like the others:something like:
installation requires
just
not sure why i need it thoin this pattern, can i not use
hyprlang
?also in the blog, you have the color picker and a ⭐, which looks like a plugin, mind if you tell me what is it?
is it neovim?
The text was updated successfully, but these errors were encountered: