Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix(langs,rust): Add missing lsp_config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean committed Nov 4, 2022
1 parent c0f3292 commit b710a88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/doom/modules/langs/rust/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ rust.settings = {
--- Name of the language server
--- @type string
lsp_name = "rust_analyzer",
--- Custom config to pass to nvim-lspconfig
--- @type table|nil
lsp_config = {
settings = {
['rust-analyzer'] = {
}
}
},

--- Disables null-ls formatting sources
--- @type boolean
Expand Down

0 comments on commit b710a88

Please sign in to comment.