goodbye custom neovim

This commit is contained in:
zack 2024-10-06 21:37:22 -04:00
parent ba5bb2f178
commit 5ce32b345d
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
81 changed files with 603 additions and 2750 deletions

View file

@ -54,6 +54,8 @@ in {
in ''
${plugins}
export NIX_LD=$(nix eval --impure --raw --expr 'let pkgs = import <nixpkgs> {}; NIX_LD = pkgs.lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker"; in NIX_LD')
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
'';