-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Submodule updates, remove neocomplete for vim 8 as it was deprecated
- Loading branch information
Showing
19 changed files
with
18 additions
and
25 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
Submodule fzf
updated
28 files
+4 −0 | .rubocop.yml | |
+1 −1 | .travis.yml | |
+50 −1 | CHANGELOG.md | |
+1 −1 | Dockerfile | |
+3 −15 | Makefile | |
+19 −5 | README-VIM.md | |
+8 −15 | README.md | |
+15 −27 | bin/fzf-tmux | |
+28 −13 | doc/fzf.txt | |
+1 −1 | go.mod | |
+2 −0 | go.sum | |
+1 −13 | install | |
+1 −1 | install.ps1 | |
+1 −1 | man/man1/fzf-tmux.1 | |
+46 −17 | man/man1/fzf.1 | |
+5 −5 | shell/key-bindings.fish | |
+3 −1 | src/constants.go | |
+2 −2 | src/core.go | |
+89 −37 | src/options.go | |
+12 −15 | src/options_test.go | |
+35 −29 | src/result.go | |
+45 −22 | src/result_test.go | |
+291 −115 | src/terminal.go | |
+14 −12 | src/tui/dummy.go | |
+20 −29 | src/tui/light.go | |
+28 −27 | src/tui/tcell.go | |
+214 −161 | src/tui/tui.go | |
+48 −38 | test/test_go.rb |
Submodule oh-my-zsh
updated
from 6ebf27 to fcb6fa
Submodule zsh-syntax-highlighting
updated
6 files
Submodule powerlevel10k
updated
6 files
+7 −2 | README.md | |
+82 −0 | font.md | |
+3 −3 | gitstatus/build.info | |
+22 −22 | gitstatus/install.info | |
+35 −25 | internal/p10k.zsh | |
+34 −28 | internal/wizard.zsh |
Submodule nerdtree
updated
from 577ddc to 14af89
Submodule nerdtree-git-plugin
updated
2 files
+6 −0 | .github/workflows/ci.yml | |
+1 −1 | nerdtree_plugin/git_status.vim |
Submodule tagbar
updated
from 55f351 to bc48b8
Submodule vim-airline
updated
from aa773f to 860827
Submodule vim-go
updated
20 files
+16 −0 | CHANGELOG.md | |
+0 −2 | autoload/ctrlp/decls.vim | |
+2 −4 | autoload/fzf/decls.vim | |
+11 −20 | autoload/go/cmd.vim | |
+40 −4 | autoload/go/config.vim | |
+2 −4 | autoload/go/coverage.vim | |
+136 −17 | autoload/go/debug.vim | |
+67 −4 | autoload/go/debug_test.vim | |
+5 −0 | autoload/go/highlight_test.vim | |
+4 −8 | autoload/go/job.vim | |
+68 −43 | autoload/go/lint.vim | |
+76 −39 | autoload/go/lint_test.vim | |
+14 −10 | autoload/go/lsp.vim | |
+6 −2 | autoload/go/lsp/message.vim | |
+2 −5 | autoload/go/package.vim | |
+2 −4 | autoload/go/test.vim | |
+96 −20 | doc/vim-go.txt | |
+3 −4 | plugin/go.vim | |
+2 −2 | scripts/run-vim | |
+3 −4 | scripts/runtest.vim |
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