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")