diff options
author | Cody Hiar <cody@hiar.ca> | 2020-09-15 10:09:26 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-11-18 09:40:38 -0700 |
commit | 651bc1149a0e40f7a18f4f71b28fef0dc8a14740 (patch) | |
tree | 9822a9d6c5eb38266269d29231db949fe307fca8 /plugin | |
parent | 8e6dd6bef29092e58d16c6fd2a94ba7755b95c0e (diff) |
Add spelling language
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index d47f889..51839b2 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -20,6 +20,7 @@ set sessionoptions+=globals " Append global variables to the default session opt set backspace=2 " Make backspace work like most other programs set hidden " Allow hidden buffers, no complain about unsaved work set nostartofline " Don't jump cursor to start of line +set spelllang=en_ca " Set spelling language to Canadian English " Custom status line |