Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Enable spell-check in vim f/t
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Jul 20, 2017
1 parent 005ca3c commit 9de84c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions after/ftplugin/vim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ if exists('b:did_vim_ckw_ftplugin')
endif
let b:did_vim_ckw_ftplugin = 1

setlocal spell
setlocal spelllang=en_us
setlocal spellcapcheck=0
setlocal spellfile+=~/.vim/spell/vim.utf-8.add

" oddly, this doesn't seem to be set...
set commentstring=\"%s

Expand Down
1 change: 1 addition & 0 deletions spell/vim.utf-8.add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
g

0 comments on commit 9de84c7

Please sign in to comment.