From cd2169b12e3bca339fbc9ef69b29397cad840523 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Tue, 18 Oct 2022 17:50:09 +0200 Subject: [PATCH] Fix rust-tools config --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index be8dea3..8b93d7f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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")