disable rustaceanvim

This commit is contained in:
Christoph J. Scherr 2024-03-08 20:01:53 +01:00
parent cd91bf774d
commit 57a1f365e7
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ local plugins = {
{ "folke/neodev.nvim", opts = {} },
{
"mrcjkb/rustaceanvim",
enabled = true,
enabled = false,
version = "^4", -- Recommended
ft = { "rust" },
config = function()