mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
added rust-tools thanks to bob3000 (#544)
* added rust-tools * require_plugin has been removed
This commit is contained in:
parent
dbad645f90
commit
758798b6f9
7 changed files with 117 additions and 6 deletions
|
@ -330,6 +330,12 @@ return require("packer").startup(function(use)
|
|||
requires = 'nvim-lua/plenary.nvim'
|
||||
|
||||
}
|
||||
-- Rust tools
|
||||
-- TODO: use lazy loading maybe?
|
||||
use {
|
||||
"simrat39/rust-tools.nvim",
|
||||
disable = not O.lang.rust.active
|
||||
}
|
||||
-- Lazygit
|
||||
use {
|
||||
"kdheepak/lazygit.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue