mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 17:14:56 +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
|
@ -163,7 +163,17 @@ O = {
|
|||
vim = {active = false},
|
||||
yaml = {active = false},
|
||||
terraform = {active = false},
|
||||
rust = {active = false},
|
||||
rust = {
|
||||
active = false,
|
||||
linter = '',
|
||||
formatter = '',
|
||||
autoformat = false,
|
||||
diagnostics = {
|
||||
virtual_text = {spacing = 0, prefix = ""},
|
||||
signs = true,
|
||||
underline = true
|
||||
}
|
||||
},
|
||||
svelte = {active = false},
|
||||
php = {active = false},
|
||||
latex = {active = false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue