rust change
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user