diff options
author | HampusM <hampus@hampusmat.com> | 2024-05-31 23:51:42 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-05-31 23:51:42 +0200 |
commit | 0b9539bf3ff368288bdaace89d488a93fc2fc421 (patch) | |
tree | fee25a70ca8387193766da9656c4152df900586e /lua/plugins.lua | |
parent | 091738527c846b9fa5850bdaa45cd94034e6b4d5 (diff) |
remove usage of rust.vim plugin
Diffstat (limited to 'lua/plugins.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" |