Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rainbow conflict with endwise #90

Open
aceforeverd opened this issue Oct 30, 2017 · 0 comments
Open

rainbow conflict with endwise #90

aceforeverd opened this issue Oct 30, 2017 · 0 comments

Comments

@aceforeverd
Copy link

aceforeverd commented Oct 30, 2017

look like rainbow conflict with something in endwise when filetype is sh
minimal vimrc:

set nu
set laststatus=2
set nocompatible
call plug#begin('~/.vim/bundle')
Plug 'luochen1990/rainbow'
Plug 'tpope/vim-endwise'
call plug#end()
colors torte

let g:rainbow_active = 1

open a file a.sh and type:

if ; then<CR>

it does not insert fi at end like endwise do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants