From 111e7dfe233047e94425181f85e6c4b9fab5cfe4 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Sun, 1 Dec 2024 12:10:19 -0600 Subject: [PATCH] rust change --- vim/.vim/lua/plugins/rust.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vim/.vim/lua/plugins/rust.lua b/vim/.vim/lua/plugins/rust.lua index dbb9fbc..9006833 100644 --- a/vim/.vim/lua/plugins/rust.lua +++ b/vim/.vim/lua/plugins/rust.lua @@ -6,10 +6,12 @@ return { }, { "saecki/crates.nvim", - ft = "rust", - dependencies = { "nvim-lua/plenary.nvim" }, + -- event = { "BufRead Cargo.toml" }, + -- ft = "rust", + -- dependencies = { "nvim-lua/plenary.nvim" }, config = function() require("crates").setup({ + completion = { cmp = { enabled = true,