mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/deprecation: add rust-tools
This commit is contained in:
parent
876ca32451
commit
029eafd70d
2 changed files with 33 additions and 12 deletions
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
empty = {
|
||||
# Plugin deprecated
|
||||
test.checkWarnings = false;
|
||||
plugins.rust-tools.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
# Plugin deprecated
|
||||
test.checkWarnings = false;
|
||||
plugins.rust-tools = {
|
||||
enable = true;
|
||||
executor = "termopen";
|
||||
|
@ -73,6 +77,8 @@
|
|||
};
|
||||
|
||||
rust-analyzer-options = {
|
||||
# Plugin deprecated
|
||||
test.checkWarnings = false;
|
||||
plugins.rust-tools = {
|
||||
enable = true;
|
||||
server = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue