diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-06-28 11:55:15 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-06-28 11:55:15 +0100 |
| commit | 8d1fc5d1c76baf3d392ded31b9f46b36a7b4efa2 (patch) | |
| tree | 8ad1d530653d5406aebb29e4c77115373d40b811 | |
| parent | c9df773f0e32fd3aeb259976ded092c2873b97e2 (diff) | |
✨feat: add lsp support for haskell
| -rw-r--r-- | lua/plugins/lsp-config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins/lsp-config.lua b/lua/plugins/lsp-config.lua index 0cfc7d2..e1cc245 100644 --- a/lua/plugins/lsp-config.lua +++ b/lua/plugins/lsp-config.lua @@ -22,6 +22,7 @@ return { "clangd", "tailwindcss", "gopls", + "hls", }, }) end, @@ -45,6 +46,7 @@ return { "clangd", "tailwindcss", "gopls", + "hls", } for _, lsp in ipairs(servers) do |
