Skip to content

Commit

Permalink
Add spelling configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem committed Apr 6, 2015
1 parent 557f7cd commit d413ef1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
spell/*.add
spell/*.add.spl
.netrwhist
*.sw[op]
bundle/**
Empty file added spell/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -44,6 +44,8 @@ set list listchars=tab:\ \ ,trail:·
set scrolloff=3
set wildignore=*.class
set splitright
set spelllang=en
set spellfile=$HOME/.vim/spell/mike.uft-8.add

if has('gui_running')
colorscheme github
Expand Down Expand Up @@ -144,6 +146,7 @@ function! PrepForCSS()
endfunction

function! PrepForOrgMode()
set spell
set shiftwidth=2
let g:ctrlp_root_markers = ['todo.org']
endfunction
Expand Down

0 comments on commit d413ef1

Please sign in to comment.