add coc-settings.json config
This commit is contained in:
parent
8fead95a9e
commit
6e10988d47
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue