remove promela syntax
This commit is contained in:
parent
09a10ff768
commit
6451c2161a
1 changed files with 1 additions and 3 deletions
4
.vimrc
4
.vimrc
|
@ -57,9 +57,6 @@ Plugin 'sheerun/vim-polyglot'
|
||||||
" latex
|
" latex
|
||||||
Plugin 'lervag/vimtex'
|
Plugin 'lervag/vimtex'
|
||||||
|
|
||||||
" promela syntax highlighting
|
|
||||||
Plugin 'vim-scripts/promela.vim'
|
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
@ -254,3 +251,4 @@ nmap <Leader>r :ALEFindReferences<CR>
|
||||||
nmap <Leader>b :ALEFix<CR>
|
nmap <Leader>b :ALEFix<CR>
|
||||||
nnoremap <space>l :lnext<CR>
|
nnoremap <space>l :lnext<CR>
|
||||||
nnoremap <space>p :lprevious<CR>
|
nnoremap <space>p :lprevious<CR>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue