Run COQ on startup

This commit is contained in:
Thomas Muller 2021-12-03 11:38:26 -05:00
parent ebd00c7fdb
commit 2182d69151

View file

@ -12,6 +12,9 @@ Plug 'ms-jpq/coq.thirdparty', {'branch': '3p'}
call plug#end()
# ----[COQ]----
let g:coq_settings = { 'auto_start': 'shut-up' }
" ----[Look and Feel]----
" Syntax hilighting and line numbers
syntax on