Open AhJi26 opened 4 months ago
Hi! It seems like the PR for mason support hasn't been merged yet, i'm wondering if any additional configuration, probably around filetype associations, is needed
https://github.com/williamboman/mason-lspconfig.nvim/pull/428
Hi! It seems like the PR for mason support hasn't been merged yet, i'm wondering if any additional configuration, probably around filetype associations, is needed
https://github.com/williamboman/mason-lspconfig.nvim/pull/428
The filetype of my hyprland config file is hyprlang, should it be something else?
I can repro
Installed through mason
Manually started as
The workaround is to install hyprls with go instead of mason
go install github.com/ewen-lbh/hyprls/cmd/hyprls@latest
It seems it has been merged to mason-lspconfig: https://github.com/williamboman/mason-lspconfig.nvim/commit/0e657813ae1b849dd6634d533edf4edc0185eb78
EDIT: The issue remains on my end.
Thanks bro@Zeioth ! Already works on my machine.Have you updated mason yet?
I'm using mason to manage my nvim plugins, and install hyprls using mason. But when I open a hyprland config file like hyprland.conf, hyprls doesn't start automatically, is there any way to fix this? Thanks a lot!!!