Run COQ on startup
This commit is contained in:
parent
ebd00c7fdb
commit
2182d69151
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ Plug 'ms-jpq/coq.thirdparty', {'branch': '3p'}
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
# ----[COQ]----
|
||||||
|
let g:coq_settings = { 'auto_start': 'shut-up' }
|
||||||
|
|
||||||
" ----[Look and Feel]----
|
" ----[Look and Feel]----
|
||||||
" Syntax hilighting and line numbers
|
" Syntax hilighting and line numbers
|
||||||
syntax on
|
syntax on
|
||||||
|
|
Loading…
Reference in a new issue