remove promela syntax

This commit is contained in:
Jidbo 2019-04-03 12:50:18 +02:00
parent 09a10ff768
commit 6451c2161a

4
.vimrc
View file

@ -57,9 +57,6 @@ Plugin 'sheerun/vim-polyglot'
" latex
Plugin 'lervag/vimtex'
" promela syntax highlighting
Plugin 'vim-scripts/promela.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
@ -254,3 +251,4 @@ nmap <Leader>r :ALEFindReferences<CR>
nmap <Leader>b :ALEFix<CR>
nnoremap <space>l :lnext<CR>
nnoremap <space>p :lprevious<CR>