rust change
This commit is contained in:
@ -6,10 +6,12 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"saecki/crates.nvim",
|
"saecki/crates.nvim",
|
||||||
ft = "rust",
|
-- event = { "BufRead Cargo.toml" },
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
-- ft = "rust",
|
||||||
|
-- dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
config = function()
|
config = function()
|
||||||
require("crates").setup({
|
require("crates").setup({
|
||||||
|
|
||||||
completion = {
|
completion = {
|
||||||
cmp = {
|
cmp = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
Reference in New Issue
Block a user