Vim: install coquille
This commit is contained in:
parent
15e76d0f14
commit
b4c72c46ac
2 changed files with 9 additions and 1 deletions
5
files/.vim/ftplugin/coq.vim
Normal file
5
files/.vim/ftplugin/coq.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
nnoremap L <Esc>:CoqNext<CR>
|
||||
nnoremap H <Esc>:CoqUndo<CR>
|
||||
nnoremap <LocalLeader>c <Esc>:CoqToCursor<CR>
|
||||
nnoremap <LocalLeader>k <Esc>:CoqKill<CR>
|
||||
nnoremap <LocalLeader>l <Esc>:CoqLaunch<CR>
|
|
@ -1,5 +1,5 @@
|
|||
syntax on
|
||||
filetype plugin on
|
||||
syntax on
|
||||
set colorcolumn=80
|
||||
set background=dark
|
||||
set number
|
||||
|
@ -68,6 +68,9 @@ Plugin 'vim-airline/vim-airline-themes'
|
|||
Plugin 'vim-scripts/a.vim'
|
||||
Plugin 'rhysd/vim-clang-format'
|
||||
Plugin 'christoomey/vim-tmux-navigator'
|
||||
Plugin 'chrisbra/csv.vim'
|
||||
Plugin 'let-def/vimbufsync'
|
||||
Plugin 'the-lambda-church/coquille'
|
||||
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
|
Loading…
Reference in a new issue