From: Lukas Krickl Date: Sun, 22 Jun 2025 07:56:26 +0000 (+0200) Subject: init: Added spellcheck commands X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=66b3c5023534afeafaf1b3b1e6f5813cb8e30f74;p=dotfiles%2F.git init: Added spellcheck commands --- diff --git a/nvim/init.vim b/nvim/init.vim index 9756ec2..3ebbdf0 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -53,6 +53,10 @@ command Ds mksession! .session " restore session command Rs source .session +" enable spell check en_us +command Sc setlocal spell spelllang=en_us +command ScOff setlocal nospell + " settings set termguicolors set number