diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-31 19:32:41 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-31 19:32:41 +0200 |
| commit | 0f7d34b84860d27232e3a03ce3e5a7d506f32218 (patch) | |
| tree | cdba2649b09fbd3092db0755cc421961e2dd84f1 /lua/pml68/configs/mason.lua | |
| parent | feat: add indent-blankline plugin (diff) | |
| download | nvim-0f7d34b84860d27232e3a03ce3e5a7d506f32218.tar.gz | |
feat: add Elixir LSP
Diffstat (limited to 'lua/pml68/configs/mason.lua')
| -rw-r--r-- | lua/pml68/configs/mason.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/configs/mason.lua b/lua/pml68/configs/mason.lua index fbc5af7..c6428ef 100644 --- a/lua/pml68/configs/mason.lua +++ b/lua/pml68/configs/mason.lua @@ -15,6 +15,7 @@ return { "pyright", "rust-analyzer", "glsl_analyzer", + "elixir-ls", "kotlin-language-server" }, PATH = "skip", |
