summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-16 19:52:29 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-16 19:52:29 +0000
commit9247e45de64d74d64841b48457c42a26e9be5e45 (patch)
treef993b304491625e8c39b60545417919d141e8e88
parenteade22ac0415760dca7be50a07d0d0f393b35535 (diff)
Adds spelling to vim
Diffstat (limited to '')
-rw-r--r--vim/spell/en.utf-8.add4
-rw-r--r--vim/spell/en.utf-8.add.splbin0 -> 95 bytes
-rw-r--r--vim/vimrc2
3 files changed, 6 insertions, 0 deletions
diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add
new file mode 100644
index 0000000..1b56059
--- /dev/null
+++ b/vim/spell/en.utf-8.add
@@ -0,0 +1,4 @@
+Keiron
+Github
+Sourcehut
+quicknotes
diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl
new file mode 100644
index 0000000..1af318b
--- /dev/null
+++ b/vim/spell/en.utf-8.add.spl
Binary files differ
diff --git a/vim/vimrc b/vim/vimrc
index 4e1d925..7d974e5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -255,6 +255,8 @@ let test#vimterminal#term_position = "belowright"
" command! S :w !sudo tee %
nnoremap <Tab> %
+" spelling
+set spell spelllang=en_gb
" }}}
" FZF {{{
" This is the default extra key bindings