diff --git a/.gitignore b/.gitignore
index c7b2ce6..e0e3d6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ README.html
 *.qcow2
 *.log
 .luarc.json
+*.idea
diff --git a/home/features/neovim/config/spell/.gitignore b/home/features/neovim/config/spell/.gitignore
new file mode 100644
index 0000000..6d535c0
--- /dev/null
+++ b/home/features/neovim/config/spell/.gitignore
@@ -0,0 +1 @@
+*.spl
diff --git a/home/features/neovim/config/spell/en.utf-8.add b/home/features/neovim/config/spell/en.utf-8.add
new file mode 100644
index 0000000..49c6d20
--- /dev/null
+++ b/home/features/neovim/config/spell/en.utf-8.add
@@ -0,0 +1,4 @@
+Yu-Gi-Oh!
+tokenizer/!
+return/!
+sudo
diff --git a/home/features/neovim/default.nix b/home/features/neovim/default.nix
index a041c10..48ae45f 100644
--- a/home/features/neovim/default.nix
+++ b/home/features/neovim/default.nix
@@ -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")