Skip to content

Commit

Permalink
Add section of project-specific settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 3, 2020
1 parent 9ea69fb commit c465349
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -379,5 +379,16 @@ let g:NERDSpaceDelims = 1

set conceallevel=0


"
" Project-specific settings
"

" Use French language in PFE report
autocmd BufEnter */rapport-final/**/* set spell spelllang=fr spellfile=fr.utf-8.add

" Use Italian language and spellfile for Italian notes
autocmd BufEnter /home/marcel/Nextcloud/Italian/**/* set spell spelllang=it spellfile=it.utf-8.add

" Set wrap in vimdiff
autocmd FilterWritePre * if &diff | setlocal wrap< | endif

0 comments on commit c465349

Please sign in to comment.