Set racket commentstring to ;

This commit is contained in:
2018-09-30 17:59:09 -04:00
parent c763619c39
commit 708a9f6e9a

2
vimrc
View File

@@ -14,6 +14,8 @@ let g:ctrlp_match_window = 'order:ttb,max:20'
let g:NERDSpaceDelims=1
let g:gitgutter_enabled = 0
autocmd FileType racket setlocal commentstring=;\ %s
" Use The Silver Searcher https://github.com/ggreer/the_silver_searcher
if executable('ag')
" Use Ag over Grep