git.r.bdr.sh
/
rbdr
/
dotfiles
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add DS_Store to gitignore
[rbdr/dotfiles]
/
vim
/
ftplugin
/
scss.vim
1
" Vim filetype plugin
2
" Language: SCSS
3
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4
" Last Change: 2010 Jul 26
5
6
if exists("b:did_ftplugin")
7
finish
8
endif
9
10
runtime! ftplugin/sass.vim
11
12
" vim:set sw=2: