diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index a859654..cda4798 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -66,11 +66,6 @@ return require("packer").startup(function(use) } use { - "rust-lang/rust.vim", - commit = "889b9a7515db477f4cb6808bef1769e53493c578" - } - - use { "nvim-treesitter/nvim-treesitter", tag = "v0.9.2"; run = ":TSUpdate" |