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
I've been unsuccessfully trying to install vim-stylish-haskell with regard to Customizing section.
Unfortunately it isn't obviously to me which of three mentioned file I've to use. So I sequentially used all three with the same content below:
call plug#begin('~/.vim/plugins-extra') Plug '[email protected]:nbouscal/vim-stylish-haskell.git' call plug#end()
It appears to me the vim behavior is the same by using vimrc.local or plugins.vim: :PlugInstall shows only: - vim-stylish-haskell: Already installed
vim
vimrc.local
plugins.vim
:PlugInstall
- vim-stylish-haskell: Already installed
vimrc.local.pre seems to be ignored at all. :PlugInstall shows all except vim-stylish-haskell:
vimrc.local.pre
vim-stylish-haskell
- gitignore: Already installed - vim-extradite: Already installed - vimproc.vim: Already installed - tslime.vim: Already installed - nerdtree: Already installed - hlint-refactor-vim: Already installed - vim-indent-object: Already installed - vim-haskellConcealPlus: Already installed - vim-bbye: Already installed - vim-commentary: Already installed - vim-fugitive: Already installed - tagbar: Already installed - vim-mundo: Already installed - Align: Already installed - tabular: Already installed - ghcmod-vim: Already installed - neomake: Already installed - vim-airline: Already installed - vim-bracketed-paste: Already installed - vim-indent-guides: Already installed - vim-easymotion: Already installed - wombat256.vim: Already installed - neco-ghc: Already installed - ctrlp.vim: Already installed - vim-tmux-navigator: Already installed - vim-hoogle: Already installed - supertab: Already installed - haskell-vim: Already installed
The text was updated successfully, but these errors were encountered:
similar issue #185
Sorry, something went wrong.
No branches or pull requests
I've been unsuccessfully trying to install vim-stylish-haskell with regard to Customizing section.
Unfortunately it isn't obviously to me which of three mentioned file I've to use. So I sequentially used all three with the same content below:
It appears to me the
vim
behavior is the same by usingvimrc.local
orplugins.vim
::PlugInstall
shows only:- vim-stylish-haskell: Already installed
vimrc.local.pre
seems to be ignored at all.:PlugInstall
shows all exceptvim-stylish-haskell
:The text was updated successfully, but these errors were encountered: