Add Elixir support
This commit is contained in:
parent
7a19c944c3
commit
4c3d8fdf18
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,8 @@ Plug 'quarto-dev/quarto-vim'
|
||||||
|
|
||||||
Plug 'HerringtonDarkholme/yats.vim'
|
Plug 'HerringtonDarkholme/yats.vim'
|
||||||
|
|
||||||
|
Plug 'elixir-editors/vim-elixir'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Language config
|
" Language config
|
||||||
|
@ -235,6 +237,10 @@ augroup Lsp
|
||||||
\ filetype: ['javascript', 'typescript', 'javascriptreact', 'typescriptreact'],
|
\ filetype: ['javascript', 'typescript', 'javascriptreact', 'typescriptreact'],
|
||||||
\ path: '/opt/homebrew/bin/typescript-language-server',
|
\ path: '/opt/homebrew/bin/typescript-language-server',
|
||||||
\ args: ['--stdio']
|
\ args: ['--stdio']
|
||||||
|
\ }, #{
|
||||||
|
\ name: 'elixir',
|
||||||
|
\ filetype: ['elixir'],
|
||||||
|
\ path: '/opt/homebrew/bin/elixir-ls'
|
||||||
\ }]
|
\ }]
|
||||||
|
|
||||||
autocmd User LspSetup call LspAddServer(lspServers)
|
autocmd User LspSetup call LspAddServer(lspServers)
|
||||||
|
|
Loading…
Add table
Reference in a new issue