diff options
| author | pml68 <contact@pml68.me> | 2024-10-09 18:49:16 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-09 18:49:16 +0200 |
| commit | 4f04ae52e462ba029b4cde8ff6e210f8291a8566 (patch) | |
| tree | e3131cbc9d78fd81db6035204c17bab22e0b5059 /lua/pml68/configs/lspconfig.lua | |
| parent | feat: change some remaps (diff) | |
| download | nvim-4f04ae52e462ba029b4cde8ff6e210f8291a8566.tar.gz | |
feat: switch from emmet-ls to emmet-language-server
Diffstat (limited to 'lua/pml68/configs/lspconfig.lua')
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 716f4ca..60c4e44 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -14,7 +14,7 @@ local servers = { "bashls", "clangd", "pyright", - "emmet_ls", + "emmet_language_server", "jsonls", "rust_analyzer", "kotlin_language_server", |
