Compare commits
2 commits
2135dd01f8
...
60d896e303
Author | SHA1 | Date | |
---|---|---|---|
|
60d896e303 | ||
|
72529950c2 |
|
@ -77,6 +77,10 @@
|
||||||
"editor.formatOnType" = false;
|
"editor.formatOnType" = false;
|
||||||
};
|
};
|
||||||
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
|
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
|
||||||
|
"nix.enableLanguageServer" = true;
|
||||||
|
"nix.serverPath" = lib.getExe pkgs.nixd;
|
||||||
|
"nix.serverSettings" = {
|
||||||
|
};
|
||||||
"editor.fontSize" = 13;
|
"editor.fontSize" = 13;
|
||||||
"editor.fontWeight" = "normal";
|
"editor.fontWeight" = "normal";
|
||||||
"git.detectSubmodulesLimit" = 30;
|
"git.detectSubmodulesLimit" = 30;
|
||||||
|
@ -109,7 +113,7 @@
|
||||||
};
|
};
|
||||||
"editor.renderWhitespace" = "all";
|
"editor.renderWhitespace" = "all";
|
||||||
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
|
"editor.fontFamily" = "Iosevka Curly Slab, Menlo, Monaco, 'Courier New', monospace";
|
||||||
"vim.neovimPath" = "/Users/os/.nix-profile/bin/nvim";
|
"vim.neovimPath" = lib.getExe pkgs.myVim;
|
||||||
"sync-rsync.options" = [ ];
|
"sync-rsync.options" = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue