Spelling error, noted that rust_analyzer is needed for rust-tools to work
This commit is contained in:
parent
c71ef4ddd5
commit
204d95558b
@ -5,8 +5,10 @@ lsp_installer.on_server_ready(function(server)
|
||||
capabilities = require("coq").lsp_ensure_capabilities(vim.lsp.protocol.make_client_capabilities()),
|
||||
}
|
||||
|
||||
-- In the secnario we're using rust it makes more sense to use rust-tools
|
||||
-- In the scenario we're using rust it makes more sense to use rust-tools
|
||||
-- see: https://github.com/williamboman/nvim-lsp-installer/wiki/Rust
|
||||
--
|
||||
-- NOTE: Requires rust_analyzer
|
||||
if server.name == "rust_analyzer" then
|
||||
require("rust-tools").setup{
|
||||
server = vim.tbl_deep_extend("force", server:get_default_options(), opts),
|
||||
|
Loading…
Reference in New Issue
Block a user