Compare commits
No commits in common. "60d896e3033020dbf743b3018ee2d43dd71df254" and "2135dd01f8f3a03eb55c9f1784bd1d0069e2b403" have entirely different histories.
60d896e303
...
2135dd01f8
|
@ -77,10 +77,6 @@
|
||||||
"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;
|
||||||
|
@ -113,7 +109,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" = lib.getExe pkgs.myVim;
|
"vim.neovimPath" = "/Users/os/.nix-profile/bin/nvim";
|
||||||
"sync-rsync.options" = [ ];
|
"sync-rsync.options" = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue