remove forked dircolors submodule

main
Steffen Rademacker 9 years ago
parent 46d14f4894
commit f44ab99998

3
.gitmodules vendored

@ -7,6 +7,3 @@
[submodule "zsh/zsh-completions"]
path = zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh/dircolors-solarized"]
path = zsh/dircolors-solarized
url = git@github.com:webgefrickel/dircolors-solarized.git

@ -408,13 +408,14 @@ smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
" no checking for xhtml/html -- because of fluidtemplate for TYPO3
" and no checking for scss.css because of CSS3 and SASS-Variable
let g:syntastic_auto_jump = 0
" let g:syntastic_scss_checkers = ['scss_lint']
let g:syntastic_scss_scss_lint_exec = '/Users/webgefrickel/.rbenv/shims/scss-lint'
let g:syntastic_scss_checkers = ['scss_lint']
let g:syntastic_javascript_checkers = ['eslint']
let g:syntastic_json_checkers = ['jsonlint']
let g:syntastic_mode_map = {
\ 'mode': 'active',
\ 'active_filetypes': ['php', 'javascript', 'json'],
\ 'passive_filetypes': ['xhtml', 'html', 'scss']
\ 'active_filetypes': ['php', 'scss', 'javascript', 'json'],
\ 'passive_filetypes': ['xhtml', 'html']
\ }

@ -1 +0,0 @@
Subproject commit 5ce05320bf8b7bf2c684de94858d06e7c197f7c2

@ -9,8 +9,8 @@ function tmd() {
tmux new-window -n scss -d
tmux new-window -n js -d
tmux new-window -n templates -d
tmux send-keys -t scss 'cd source/scss && vim' Enter
tmux send-keys -t js 'cd source/js && vim' Enter
tmux send-keys -t scss 'cd src/scss && vim' Enter
tmux send-keys -t js 'cd src/js && vim' Enter
tmux send-keys -t templates 'cd public && ls' Enter
tmux select-window -t gitngulp
tmux select-pane -t 2

Loading…
Cancel
Save