add rust lsp
This commit is contained in:
parent
ec42464b08
commit
9f2234ad68
|
@ -244,7 +244,9 @@ return {
|
||||||
-- }
|
-- }
|
||||||
-- }
|
-- }
|
||||||
-- },
|
-- },
|
||||||
-- rust_analyzer = {},
|
rust_analyzer = {
|
||||||
|
alias = 'rust-analyzer',
|
||||||
|
},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
-- Some languages (like typescript) have entire language plugins that can be useful:
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||||
|
|
Loading…
Reference in New Issue