Skip to content

Commit

Permalink
Syntastic
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamenarsky committed May 2, 2016
1 parent 20b943e commit b302ca2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -175,6 +175,9 @@ function! s:CombineSelection(line1, line2, cp)
execute a:line1.','.a:line2.'s/\%V[^[:cntrl:]]/&'.char.'/ge'
endfunction

" Syntastic
let g:syntastic_mode_map = { 'mode': 'passive', 'active_filetypes': ['purescript'],'passive_filetypes': [] }

" Yankring
nnoremap <silent> <F3> :YRShow<CR>
inoremap <silent> <F3> <ESC>:YRShow<cr>
Expand Down

0 comments on commit b302ca2

Please sign in to comment.