summaryrefslogtreecommitdiff
path: root/nvim/lsp/hyprls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/hyprls.lua')
-rwxr-xr-xnvim/lsp/hyprls.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lsp/hyprls.lua b/nvim/lsp/hyprls.lua
deleted file mode 100755
index ab8270f..0000000
--- a/nvim/lsp/hyprls.lua
+++ /dev/null
@@ -1,13 +0,0 @@
----@brief
----
---- https://github.com/hyprland-community/hyprls
----
---- `hyprls` can be installed via `go`:
---- ```sh
---- go install github.com/ewen-lbh/hyprls/cmd/hyprls@latest
---- ```
-return {
- cmd = { 'hyprls', '--stdio' },
- filetypes = { 'hyprlang' },
- root_markers = { '.git' },
-}