transitioned from nvim-lsp-installer to mason and mason-lspconfig.

This commit is contained in:
Gabe Venberg 2022-08-19 10:24:29 -05:00
parent f197e20c61
commit ed05b99be0
3 changed files with 50 additions and 25 deletions

View file

@ -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,