We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
a.sh
if ; then<CR>
it does not insert fi at end like endwise do.
fi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
look like rainbow conflict with something in endwise when filetype is sh
minimal vimrc:
open a file
a.sh
and type:it does not insert
fi
at end like endwise do.The text was updated successfully, but these errors were encountered: