plugins/deprecation: add rust-tools

This commit is contained in:
Austin Horstman 2024-10-23 09:22:29 -05:00
parent 876ca32451
commit 029eafd70d
No known key found for this signature in database
2 changed files with 33 additions and 12 deletions

View file

@ -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 = {