Re-add en.utf-8.add spellfile

This commit is contained in:
Oliver Davies 2024-10-26 15:45:29 +01:00
parent d4daaa1509
commit cffba6b6b6
4 changed files with 115 additions and 2 deletions
lib/shared/modules/zsh

View file

@ -9,6 +9,6 @@
s = "secrets";
secrets = ''doppler --project "$(whoami)" run'';
tag = "tag-release";
vss = "LC_ALL=C sort --unique $REPOS/opdavies.nvim/spell/en.utf-8.add --output $REPOS/opdavies.nvim/spell/en.utf-8.add";
vss = "LC_ALL=C sort --unique $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
wt = "git worktree";
}