add coc-settings.json config

This commit is contained in:
LavaDesu 2021-06-20 12:02:08 +07:00
parent 8fead95a9e
commit 6e10988d47
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -81,4 +81,9 @@ in {
set fcs=eob:\ set fcs=eob:\
''; '';
}; };
xdg.configFile."nvim/coc-settings.json".text = builtins.toJSON {
"rust-analyzer.lens.enable" = false;
"rust-analyzer.inlayHints.enable" = false;
"rust-analyzer.serverPath" = pkgs.rust-analyzer + "/bin/rust-analyzer";
};
} }