-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tomas Slusny <[email protected]>
- Loading branch information
Showing
24 changed files
with
33 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule base16-vim
updated
6 files
+330 −0 | colors/base16-brush-trees.vim | |
+330 −0 | colors/base16-material-darker.vim | |
+330 −0 | colors/base16-material-lighter.vim | |
+330 −0 | colors/base16-material-palenight.vim | |
+330 −0 | colors/base16-material.vim | |
+330 −0 | colors/base16-zenburn.vim |
Submodule fzf.vim
updated
3 files
+117 −64 | autoload/fzf/vim.vim | |
+7 −5 | autoload/fzf/vim/complete.vim | |
+9 −3 | plugin/fzf.vim |
Submodule syntastic
updated
4 files
+9 −9 | README.markdown | |
+13 −11 | doc/syntastic-checkers.txt | |
+12 −5 | doc/syntastic.txt | |
+1 −1 | plugin/syntastic.vim |
Submodule tern_for_vim
added at
ae42c6
Submodule tsuquyomi
deleted from
46dfcd
Submodule vim-gutentags
updated
7 files
+13 −8 | autoload/gutentags.vim | |
+16 −5 | autoload/gutentags/cscope.vim | |
+77 −88 | autoload/gutentags/ctags.vim | |
+31 −40 | autoload/gutentags/gtags_cscope.vim | |
+10 −2 | doc/gutentags.txt | |
+2 −2 | plat/unix/update_scopedb.sh | |
+15 −6 | plat/win32/update_scopedb.cmd |
Submodule vim-snippets
updated
7 files
+5 −5 | UltiSnips/django.snippets | |
+9 −0 | UltiSnips/elm.snippets | |
+8 −0 | UltiSnips/javascript.snippets | |
+2 −3 | UltiSnips/markdown.snippets | |
+13 −1 | UltiSnips/ruby.snippets | |
+9 −2 | snippets/elm.snippets | |
+18 −1 | snippets/haskell.snippets |
Submodule vim-test
updated
from 27476e to 4eca1a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
setlocal omnifunc=javascriptcomplete#CompleteJS | ||
let g:syntastic_javascript_checkers = ['standard'] |
This file was deleted.
Oops, something went wrong.
Submodule .fzf
updated
37 files
+4 −5 | .travis.yml | |
+12 −0 | CHANGELOG.md | |
+13 −0 | README-VIM.md | |
+90 −4 | README.md | |
+8 −6 | bin/fzf-tmux | |
+14 −1 | doc/fzf.txt | |
+3 −1 | install | |
+1 −1 | man/man1/fzf-tmux.1 | |
+14 −3 | man/man1/fzf.1 | |
+14 −18 | plugin/fzf.vim | |
+227 −120 | src/algo/algo.go | |
+2 −1 | src/algo/algo_test.go | |
+18 −12 | src/ansi.go | |
+1 −2 | src/cache_test.go | |
+20 −24 | src/chunklist.go | |
+8 −9 | src/chunklist_test.go | |
+6 −3 | src/constants.go | |
+27 −17 | src/core.go | |
+1 −5 | src/item.go | |
+2 −2 | src/merger.go | |
+6 −2 | src/options.go | |
+7 −0 | src/options_test.go | |
+52 −35 | src/pattern.go | |
+33 −33 | src/pattern_test.go | |
+38 −3 | src/reader.go | |
+18 −10 | src/reader_test.go | |
+2 −15 | src/result.go | |
+16 −0 | src/result_others.go | |
+4 −4 | src/result_test.go | |
+16 −0 | src/result_x86.go | |
+34 −25 | src/terminal.go | |
+1 −1 | src/tokenizer.go | |
+5 −2 | src/tui/light.go | |
+11 −3 | src/util/chars.go | |
+5 −5 | src/util/eventbox.go | |
+8 −6 | test/fzf.vader | |
+331 −204 | test/test_go.rb |
Submodule .zim
updated
from 460090 to 96c474
Submodule base16-shell
updated
8 files
+8 −3 | profile_helper.fish | |
+1 −1 | profile_helper.sh | |
+126 −0 | scripts/base16-brush-trees.sh | |
+126 −0 | scripts/base16-material-darker.sh | |
+126 −0 | scripts/base16-material-lighter.sh | |
+126 −0 | scripts/base16-material-palenight.sh | |
+126 −0 | scripts/base16-material.sh | |
+16 −16 | scripts/base16-zenburn.sh |