1
0
Fork 0

nvim: fix rust-analyzer config

This commit is contained in:
tastytea 2023-06-29 21:12:52 +02:00
parent a790471913
commit 9c64eb30a9
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ local simple_ls = {
['vscode-html-language-server'] = 'html',
['vscode-css-language-server'] = 'cssls',
['vscode-json-language-server'] = 'jsonls',
['rust_analyzer'] = 'rust_analyzer',
['rust-analyzer'] = 'rust_analyzer',
['gopls'] = 'gopls',
['cmake-language-server'] = 'cmake',
['yaml-language-server'] = 'yamlls',