Fix rust-tools config

This commit is contained in:
Steins7 2022-10-18 17:50:09 +02:00
parent b52421081e
commit cd2169b12e

View File

@ -51,7 +51,7 @@ local function manage_plugins()
-- LSP servers
["https://github.com/simrat39/rust-tools.nvim.git"] = {
packadd_after = { ["https://github.com/neovim/nvim-lspconfig.git"] = true,
["https://github.com/ms-jpq/coq_nvi.git"] = true},
["https://github.com/ms-jpq/coq_nvim.git"] = true},
packadd_hook = function()
local rt = require("rust-tools")
local coq = require("coq")