projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b798abc
)
init: Added spellcheck commands
main
origin/HEAD
origin/main
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 22 Jun 2025 07:56:26 +0000
(09:56 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 22 Jun 2025 07:56:26 +0000
(09:56 +0200)
nvim/init.vim
patch
|
blob
|
history
diff --git
a/nvim/init.vim
b/nvim/init.vim
index 9756ec2b72ae9662fee31843aa105fbbb4ba6baa..3ebbdf0294d163e6fb607f83a42db431e8a3ac84 100644
(file)
--- a/
nvim/init.vim
+++ b/
nvim/init.vim
@@
-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