init: Added spellcheck commands main origin/HEAD origin/main
authorLukas Krickl <lukas@krickl.dev>
Sun, 22 Jun 2025 07:56:26 +0000 (09:56 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 22 Jun 2025 07:56:26 +0000 (09:56 +0200)
nvim/init.vim

index 9756ec2b72ae9662fee31843aa105fbbb4ba6baa..3ebbdf0294d163e6fb607f83a42db431e8a3ac84 100644 (file)
@@ -53,6 +53,10 @@ command Ds mksession! .session
 " restore session 
 command Rs source .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
 " settings 
 set termguicolors
 set number