Some more vscode settings
This commit is contained in:
parent
f08b8054a8
commit
97852419e3
@ -36,6 +36,10 @@
|
||||
"[nix]"."editor.tabSize" = 2;
|
||||
"workbench.colorTheme" = "Balsoft's generated theme";
|
||||
"vim.useCtrlKeys" = false;
|
||||
"terminal.integrated.profiles.linux".bash.path =
|
||||
"/run/current-system/sw/bin/bash";
|
||||
"terminal.integrated.defaultProfile.linux" = "bash";
|
||||
"editor.fontFamily" = "IBM Plex Mono";
|
||||
};
|
||||
keybindings = [{
|
||||
key = "ctrl+shift+r";
|
||||
|
@ -24,16 +24,6 @@
|
||||
path = "$HOME/.local/share/zsh/history";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
file = "nix-shell.plugin.zsh";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "b2609ca787803f523a18bb9f53277d0121e30389";
|
||||
sha256 = "01w59zzdj12p4ag9yla9ycxx58pg3rah2hnnf3sw4yk95w3hlzi6";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "zsh-autosuggestions";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user