tpope / vim-pathogen

pathogen.vim: manage your runtimepath

Home Page:http://www.vim.org/scripts/script.php?script_id=2332

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pathogen and crystal-lang

w-A-L-L-e opened this issue · comments

Tried putting a git clone in .vim/bundle for crystal-lang

cd ~/.vim/bundle
git clone https://github.com/vim-crystal/vim-crystal.git

Now try opening a .cr file but it doesn't seem to work, no highlighting for crystal.
Is it possible to get this to work with pathogen?

OK nevermind, can be closed. I was using vimr which now uses neovim which is configured in a different dir
after editing

 .config/nvim/init.vim

To also load pathogen all was good.

Forgot vimr on mac now uses different config file, after fixing it in the correct file all worked