We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b705734 commit 8657049Copy full SHA for 8657049
cfg/coc-settings.json
@@ -1,5 +1,7 @@
1
{
2
"codeLens.enable": true,
3
+ "rust-analyzer.inlayHints.typeHints": false,
4
+ "rust-analyzer.inlayHints.chainingHints.enable": false,
5
"languageserver": {
6
"haskell": {
7
"command": "haskell-language-server",
nix/vibe.nix
@@ -8,7 +8,7 @@
8
name = "vibe";
9
text = "alacritty";
10
runtimeInputs = with pkgs; [
11
- (import ./../pub/vi/nix/default.nix {ai = true;})
+ (import ./../pub/vi/nix/default.nix {ai = false;})
12
fontconfig
13
busybox
14
curl
0 commit comments