From 753ba058b88b0837392f9e47f945450a65a1285b Mon Sep 17 00:00:00 2001 From: prescientmoon <git@moonythm.dev> Date: Tue, 27 May 2025 18:43:38 +0200 Subject: [PATCH] Add vim spellcheck file --- .gitignore | 1 + home/features/neovim/config/spell/.gitignore | 1 + home/features/neovim/config/spell/en.utf-8.add | 4 ++++ home/features/neovim/default.nix | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 home/features/neovim/config/spell/.gitignore create mode 100644 home/features/neovim/config/spell/en.utf-8.add 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")