Add vim spellcheck file
This commit is contained in:
parent
16e3d54432
commit
753ba058b8
4 changed files with 7 additions and 1 deletions
home/features/neovim
1
home/features/neovim/config/spell/.gitignore
vendored
Normal file
1
home/features/neovim/config/spell/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.spl
|
4
home/features/neovim/config/spell/en.utf-8.add
Normal file
4
home/features/neovim/config/spell/en.utf-8.add
Normal file
|
@ -0,0 +1,4 @@
|
|||
Yu-Gi-Oh!
|
||||
tokenizer/!
|
||||
return/!
|
||||
sudo
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue