diff options
| author | pml68 <contact@pml68.dev> | 2025-02-12 16:50:25 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-12 16:50:25 +0100 |
| commit | 03d6dc1f97953966696d092cfb9bd263c075d523 (patch) | |
| tree | e60f3ff8170a2ff711eb46c037a76f1024e187a7 | |
| parent | refactor: switch to „better” Dockerfile naming scheme [no ci] (diff) | |
| download | nvim-03d6dc1f97953966696d092cfb9bd263c075d523.tar.gz | |
feat: add unocss LSP
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 1 | ||||
| -rw-r--r-- | lua/pml68/configs/mason.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 075deb7..ffb31ae 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -25,6 +25,7 @@ local servers = { "glsl_analyzer", "csharp_ls", "gopls", + "unocss", } vim.api.nvim_create_autocmd({ "BufEnter" }, { diff --git a/lua/pml68/configs/mason.lua b/lua/pml68/configs/mason.lua index 48ee6c9..7da62dc 100644 --- a/lua/pml68/configs/mason.lua +++ b/lua/pml68/configs/mason.lua @@ -21,6 +21,7 @@ return { "gopls", "gofumpt", "golines", + "unocss-language-server", }, PATH = "skip", ui = { |
