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

vim-css-color not kicking in #2

Closed
afiore opened this issue May 26, 2011 · 3 comments
Closed

vim-css-color not kicking in #2

afiore opened this issue May 26, 2011 · 3 comments
Labels

Comments

@afiore
Copy link

afiore commented May 26, 2011

Hi Aristotle,
I have tried to install your fork of vim-css-color by copying the css.vim in .vim/after/syntax directory.
Unfortunately it does not seem to kick in when I edit .css or .sass files. Perhaps you can give me some hints of what I am not doing or what I am doing wrong.

Thank you in advance,
Andrea

Find below the list of files currently loaded in my vim installation (as generated by :scriptnames).

/usr/share/vim/vimrc
/usr/share/vim/vim73/debian.vim
/usr/share/vim/vim73/syntax/syntax.vim
/usr/share/vim/vim73/syntax/synload.vim
/usr/share/vim/vim73/syntax/syncolor.vim
/usr/share/vim/vim73/filetype.vim
/home/and/.vim/ftdetect/arduino.vim
/home/and/.vim/ftdetect/coffee.vim
/home/and/.vim/ftdetect/cucumber.vim
/home/and/.vim/ftdetect/eco.vim
/home/and/.vim/ftdetect/git.vim
/home/and/.vim/ftdetect/haml.vim
/home/and/.vim/ftdetect/markdown.vim
/home/and/.vim/ftdetect/mustache.vim
/home/and/.vim/ftdetect/puppet.vim
/home/and/.vim/ftdetect/scala.vim
/home/and/.vim/ftdetect/textile.vim
/usr/share/vim/vim73/menu.vim
/usr/share/vim/vim73/lang/menu_en_gb.utf-8.vim
/usr/share/vim/vim73/lang/menu_en_gb.latin1.vim
/usr/share/vim/vim73/autoload/paste.vim
/home/and/.vimrc
/usr/share/vim/vim73/syntax/nosyntax.vim
/usr/share/vim/vim73/ftplugin.vim
/usr/share/vim/vim73/indent.vim
/usr/share/vim/vim73/colors/desert.vim
/usr/share/vim/vim73/macros/matchit.vim
/home/and/.vimrc.local
/home/and/.vim/autoload/pathogen.vim
/home/and/.vim/plugin/31-create-scala.vim
/home/and/.vim/plugin/AlignMapsPlugin.vim
/home/and/.vim/plugin/AlignPlugin.vim
/home/and/.vim/plugin/NERD_commenter.vim
/home/and/.vim/plugin/NERD_tree.vim
/home/and/.vim/plugin/ZoomWinPlugin.vim
/home/and/.vim/plugin/ack.vim
/home/and/.vim/plugin/cecutil.vim
/home/and/.vim/plugin/closetag.vim
/home/and/.vim/plugin/color_sample_pack.vim
/home/and/.vim/plugin/command-t.vim
/home/and/.vim/plugin/conque_term.vim
/home/and/.vim/plugin/endwise.vim
/home/and/.vim/plugin/fugitive.vim
/home/and/.vim/plugin/gist.vim
/home/and/.vim/plugin/indent-object.vim
/home/and/.vim/plugin/rails.vim
/home/and/.vim/plugin/scriptnames.vim
/home/and/.vim/plugin/searchfold_0.8.vim
/home/and/.vim/plugin/snipMate.vim
/home/and/.vim/plugin/supertab.vim
/home/and/.vim/plugin/surround.vim
/home/and/.vim/plugin/syntastic.vim
/home/and/.vim/syntax_checkers/c.vim
/home/and/.vim/syntax_checkers/coffee.vim
/home/and/.vim/syntax_checkers/cpp.vim
/home/and/.vim/syntax_checkers/cucumber.vim
/home/and/.vim/syntax_checkers/docbk.vim
/home/and/.vim/syntax_checkers/eruby.vim
/home/and/.vim/syntax_checkers/haml.vim
/home/and/.vim/syntax_checkers/haskell.vim
/home/and/.vim/syntax_checkers/html.vim
/home/and/.vim/syntax_checkers/javascript.vim
/home/and/.vim/syntax_checkers/less.vim
/home/and/.vim/syntax_checkers/lua.vim
/home/and/.vim/syntax_checkers/perl.vim
/home/and/.vim/syntax_checkers/php.vim
/home/and/.vim/syntax_checkers/python.vim
/home/and/.vim/syntax_checkers/ruby.vim
/home/and/.vim/syntax_checkers/sass.vim
/home/and/.vim/syntax_checkers/sh.vim
/home/and/.vim/syntax_checkers/tcl.vim
/home/and/.vim/syntax_checkers/tex.vim
/home/and/.vim/syntax_checkers/xhtml.vim
/home/and/.vim/plugin/taglist.vim
/home/and/.vim/plugin/unimpaired.vim
/home/and/.vim/plugin/vim-rspec.vim
/home/and/.vim/plugin/vmp.vim
/usr/share/vim/vim73/plugin/getscriptPlugin.vim
/usr/share/vim/vim73/plugin/gzip.vim
/usr/share/vim/vim73/plugin/matchparen.vim
/usr/share/vim/vim73/plugin/netrwPlugin.vim
/usr/share/vim/vim73/plugin/rrhelper.vim
/usr/share/vim/vim73/plugin/spellfile.vim
/usr/share/vim/vim73/plugin/tarPlugin.vim
/usr/share/vim/vim73/plugin/tohtml.vim
/usr/share/vim/vim73/plugin/vimballPlugin.vim
/usr/share/vim/vim73/plugin/zipPlugin.vim
/home/and/.vim/after/plugin/css.vim
/home/and/.vim/after/plugin/snipMate.vim
/usr/share/vim/gvimrc
/home/and/.gvimrc
/home/and/.vim/colors/ir_black.vim
/home/and/.gvimrc.local
/home/and/.vim/nerdtree_plugin/exec_menuitem.vim
/home/and/.vim/nerdtree_plugin/fs_menu.vim

@afiore
Copy link
Author

afiore commented May 26, 2011

Actually I have spend some time sorting out the mess I had in my vim/gvim configuration files and now it is working as expected (on both css and sass files).
Thanks for this great plugin!

@afiore afiore closed this as completed May 26, 2011
@ap
Copy link
Owner

ap commented May 26, 2011

@Figuera seems to be having the same problem over in #3 at skammer’s original fork. Unfortunately I don’t know what’s going on.

But I don’t see any other css.vim getting loaded in your list. So it makes sense that the script to load after it isn’t getting loaded either. In fact it does not look like you have any syntax colouring on that file.

Is that right?

@ap
Copy link
Owner

ap commented May 26, 2011

Oh d’uh, you closed it while I was posting.

OK then.

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

No branches or pull requests

2 participants