kekl
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
programs.nixvim.plugins = {
|
programs.nixvim.plugins = {
|
||||||
rustaceanvim = {
|
rustaceanvim = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
cmd = [
|
cmd = [
|
||||||
@ -54,12 +54,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
autostart = true;
|
autostart = true;
|
||||||
};
|
};
|
||||||
#rust_analyzer = {
|
rust_analyzer = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# autostart = true;
|
autostart = true;
|
||||||
# installCargo = true;
|
installCargo = true;
|
||||||
# installRustc = true;
|
installRustc = true;
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user