Fix rust-tools config
This commit is contained in:
parent
b52421081e
commit
cd2169b12e
@ -51,7 +51,7 @@ local function manage_plugins()
|
|||||||
-- LSP servers
|
-- LSP servers
|
||||||
["https://github.com/simrat39/rust-tools.nvim.git"] = {
|
["https://github.com/simrat39/rust-tools.nvim.git"] = {
|
||||||
packadd_after = { ["https://github.com/neovim/nvim-lspconfig.git"] = true,
|
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()
|
packadd_hook = function()
|
||||||
local rt = require("rust-tools")
|
local rt = require("rust-tools")
|
||||||
local coq = require("coq")
|
local coq = require("coq")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user