-
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.
- Loading branch information
Showing
22 changed files
with
22 additions
and
22 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
17 files
+9 −0 | CHANGELOG.md | |
+8 −7 | README-VIM.md | |
+88 −36 | README.md | |
+7 −5 | doc/fzf.txt | |
+1 −1 | go.mod | |
+3 −2 | go.sum | |
+2 −1 | man/man1/fzf.1 | |
+18 −9 | plugin/fzf.vim | |
+1 −1 | shell/completion.bash | |
+1 −1 | shell/completion.zsh | |
+9 −3 | shell/key-bindings.zsh | |
+11 −17 | src/options.go | |
+9 −8 | src/options_test.go | |
+29 −12 | src/terminal.go | |
+0 −12 | src/tui/light.go | |
+13 −0 | src/tui/light_unix.go | |
+8 −0 | src/tui/light_windows.go |
Submodule oh-my-zsh
updated
from 708ea4 to 6ebf27
Submodule powerlevel10k
updated
10 files
+34 −2 | README.md | |
+20 −9 | config/p10k-classic.zsh | |
+20 −9 | config/p10k-lean-8colors.zsh | |
+20 −9 | config/p10k-lean.zsh | |
+21 −9 | config/p10k-rainbow.zsh | |
+2 −2 | gitstatus/gitstatus.plugin.zsh | |
+1 −1 | gitstatus/install | |
+6 −0 | internal/icons.zsh | |
+211 −80 | internal/p10k.zsh | |
+5 −3 | internal/wizard.zsh |
Submodule tpm
updated
3 files
+3 −1 | docs/changing_plugins_install_dir.md | |
+1 −1 | scripts/helpers/plugin_functions.sh | |
+10 −1 | tpm |
Submodule ctrlp.vim
updated
4 files
+162 −83 | autoload/ctrlp.vim | |
+20 −11 | autoload/ctrlp/utils.vim | |
+7 −5 | doc/ctrlp.cnx | |
+5 −5 | doc/ctrlp.txt |
Submodule nerdtree-git-plugin
updated
10 files
+5 −7 | .github/ISSUE_TEMPLATE/bug.md | |
+51 −0 | .github/workflows/ci.yml | |
+0 −15 | .github/workflows/vint.yml | |
+3 −0 | README.md | |
+167 −0 | autoload/gitstatus/doctor.vim | |
+112 −0 | autoload/gitstatus/listener.vim | |
+225 −0 | autoload/gitstatus/util.vim | |
+26 −296 | nerdtree_plugin/git_status.vim | |
+4 −0 | tests/.themisrc | |
+109 −0 | tests/test_all.vim |
Submodule syntastic
updated
from 9041bc to dd2266
Submodule tagbar
updated
from e5c864 to 55f351
Submodule vim-airline
updated
from c77d89 to aa773f
Submodule vim-colortemplate
updated
57 files
Submodule vim-devicons
updated
3 files
+4 −2 | plugin/webdevicons.vim | |
+2 −1 | test/default_setting.vim | |
+1 −0 | test/filetype.vim |
Submodule vim-gitgutter
updated
2 files
+0 −10 | autoload/gitgutter/debug.vim | |
+3 −1 | plugin/gitgutter.vim |
Submodule vim-go
updated
21 files
+45 −0 | CHANGELOG.md | |
+2 −2 | Dockerfile | |
+2 −1 | Makefile | |
+12 −0 | autoload/go/config.vim | |
+12 −2 | autoload/go/debug.vim | |
+6 −0 | autoload/go/fillstruct.vim | |
+125 −0 | autoload/go/fillstruct_test.vim | |
+16 −16 | autoload/go/lint.vim | |
+106 −16 | autoload/go/lsp.vim | |
+55 −3 | autoload/go/lsp/message.vim | |
+16 −0 | autoload/go/lsp_test.vim | |
+4 −0 | autoload/go/package_test.vim | |
+2 −7 | autoload/go/test-fixtures/fmt/src/imports/goimports.go | |
+6 −0 | autoload/go/test-fixtures/lsp/fmt/newline.go | |
+5 −17 | autoload/go/test.vim | |
+37 −5 | autoload/go/util.vim | |
+1 −1 | autoload/gotest.vim | |
+76 −31 | doc/vim-go.txt | |
+1 −0 | ftplugin/go/commands.vim | |
+22 −1 | scripts/runtest.vim | |
+2 −2 | syntax/go.vim |
Submodule vim-startify
updated
3 files
+39 −36 | autoload/startify.vim | |
+9 −9 | autoload/startify/fortune.vim | |
+15 −8 | doc/startify.txt |
Submodule vim-tmux-navigator
updated
2 files
+5 −1 | plugin/tmux_navigator.vim | |
+15 −9 | vim-tmux-navigator.tmux |
Submodule zsh-completions
updated
2 files
+0 −114 | src/_flameshot | |
+4 −0 | src/_golang |