transitioned from nvim-lsp-installer to mason and mason-lspconfig.
This commit is contained in:
parent
f197e20c61
commit
ed05b99be0
3 changed files with 50 additions and 25 deletions
|
@ -2,7 +2,7 @@ local nvim_lsp = require'lspconfig'
|
|||
local opts = {
|
||||
tools = {
|
||||
autoSetHints = true,
|
||||
hover_with_actions = true,
|
||||
RustHoverActions = true,
|
||||
|
||||
-- how to execute terminal commands
|
||||
executor = require("rust-tools/executors").termopen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue