1
Fork 0

Add vim spellcheck file

This commit is contained in:
prescientmoon 2025-05-27 18:43:38 +02:00
parent 16e3d54432
commit 753ba058b8
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
4 changed files with 7 additions and 1 deletions
home/features/neovim

View file

@ -0,0 +1 @@
*.spl

View file

@ -0,0 +1,4 @@
Yu-Gi-Oh!
tokenizer/!
return/!
sudo

View file

@ -144,7 +144,7 @@ let
(unmap "Q")
# }}}
# {{{ Chords
# Different chords get remapped to f-keys by my [my kaanta config](../../../hosts/nixos/common/optional/services/kanata.nix).
# Different chords get remapped to f-keys by my my kaanta config.
#
# Exit insert mode using *jk*
(keymap "iv" "<f10>" "<esc>" "Exit insert mode")