-
Notifications
You must be signed in to change notification settings - Fork 59
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
HOW TO INSTALL? #17
Comments
According to https://github.com/spf13/spf13-vim#adding-new-plugins it seems you need to put Bundle 'dag/vim-fish' in I'll see about adding generic instructions to the README, so I'll leave this open. |
Tks, then a vim restart and |
hum.. still it doesn't work - vim does apply colorization to my .fish scripts. |
May need to restart after |
yep, it works - but no colorization, right? keywords are underlined also what does this mean? it's chinese to me To make the folds more pleasant to work with you might also want to tweak settings like foldlevelstart and foldminlines, which you could do either globally in your ~/.vimrc or locally as described above. What are the customization parameters than can be applied to .vim/ftplugin/fish.vim For now mine looks as
|
You don't want syntax enable
filetype plugin indent on in |
Does this package support Vundle (in my .vimrc)? Sorry for commenting on a... 6 year old issue, but it was my question =) |
I have both I wrote the following lines in my
As indicated here, I also created a
However I don't have highlighting for the following
|
I'd like to revist whether this plugin supports Vundle; if so a blurb about install instructions in the main README would be great. |
I am sorry, but this is a basic question - not an issue
How on hell do you install this project in VIM?
For the novice it is far from trivial looking at the readme.
Please provide directions. I use spf13, anything special I should do?
Thank you
The text was updated successfully, but these errors were encountered: