From 4a2329f3d78d57cbf08f0186bd67aba2ab8be956 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 31 Jul 2025 22:05:04 +0200 Subject: [PATCH] feat: add hyprls --- lua/ow/lsp.lua | 1 + lua/ow/plugins/mason-auto-install.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/ow/lsp.lua b/lua/ow/lsp.lua index f75efc2..ac6b9de 100644 --- a/lua/ow/lsp.lua +++ b/lua/ow/lsp.lua @@ -98,6 +98,7 @@ function M.setup() "clangd", "cmake", "gopls", + "hyprls", "intelephense", -- "jedi_language_server", "lemminx", diff --git a/lua/ow/plugins/mason-auto-install.lua b/lua/ow/plugins/mason-auto-install.lua index e6fe5c5..c0209e1 100644 --- a/lua/ow/plugins/mason-auto-install.lua +++ b/lua/ow/plugins/mason-auto-install.lua @@ -17,6 +17,7 @@ return { dependencies = { "golines" }, }, "gopls", + "hyprls", { "intelephense", dependencies = { "phpcs" },