diff options
author | Chris <[email protected]> | 2021-07-04 03:06:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-04 03:06:56 -0400 |
commit | 53d1e8b9010ac956763a93b24f8c576d6b5b9644 (patch) | |
tree | f5c210fe4bddd7c2dcb317b5121916ed6ce970c1 /lua | |
parent | eac9fbb723de4dd5be466a671ad124925a5702c5 (diff) |
no more ft for rust tools for now
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index bdda5847..4f4d8a85 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -419,7 +419,7 @@ return require("packer").startup(function(use) -- Rust tools -- TODO: use lazy loading maybe? - use {"simrat39/rust-tools.nvim", ft = "rust"} + use {"simrat39/rust-tools.nvim", disable = not O.lang.rust.rust_tools.active} -- Elixir use {"elixir-editors/vim-elixir", ft = {"elixir", "eelixir", "euphoria3"}} |