latest neovim and wezterm config updates
This commit is contained in:
parent
e9e81fb6fb
commit
5dd55a91df
2 changed files with 4 additions and 2 deletions
5
home.nix
5
home.nix
|
@ -34,6 +34,7 @@
|
|||
cmake
|
||||
coursier
|
||||
curlFull
|
||||
delta
|
||||
exa
|
||||
fd
|
||||
ffmpeg
|
||||
|
@ -299,6 +300,8 @@
|
|||
wezk="wezterm show-keys --lua";
|
||||
sshfre1="ssh salar@fre1.softinio.net";
|
||||
sshfre2="ssh -p 2022 salar@fre2.softinio.net";
|
||||
sshhcloud1="ssh salar@hcloud1.softinio.net";
|
||||
sshhcloud1r="ssh root@hcloud1.softinio.net";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -313,7 +316,7 @@
|
|||
# Neovim Configuration
|
||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||
url = "https://git.softinio.com/softinio/nvim-config.git";
|
||||
rev = "ff03b6eaaf55fa6d50a8c03a8747043636a6c0a4";
|
||||
rev = "e7dfc75b15c3dfecb736809815db09896529bf6d";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ return {
|
|||
font = wezterm.font("JetBrains Mono"),
|
||||
font_size = 16,
|
||||
dpi = 144,
|
||||
enable_kitty_keyboard = true,
|
||||
leader = { key="b", mods="SUPER|CTRL", timeout_milliseconds = 1000 },
|
||||
disable_default_key_bindings = true,
|
||||
default_prog = { "/Users/salar/.nix-profile/bin/fish" },
|
||||
|
|
Loading…
Reference in a new issue