Add vim spellcheck file
This commit is contained in:
parent
16e3d54432
commit
753ba058b8
4 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ README.html
|
||||||
*.qcow2
|
*.qcow2
|
||||||
*.log
|
*.log
|
||||||
.luarc.json
|
.luarc.json
|
||||||
|
*.idea
|
||||||
|
|
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")
|
(unmap "Q")
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Chords
|
# {{{ 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*
|
# Exit insert mode using *jk*
|
||||||
(keymap "iv" "<f10>" "<esc>" "Exit insert mode")
|
(keymap "iv" "<f10>" "<esc>" "Exit insert mode")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue