-
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.
Include kind and arkade, drop golangci-lint and shift to staticcheck
- Loading branch information
Showing
28 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
Submodule dotbot
updated
13 files
+21 −0 | .github/workflows/build.yml | |
+0 −16 | .travis.yml | |
+6 −11 | README.md | |
+1 −1 | dotbot/__init__.py | |
+3 −2 | dotbot/dispatcher.py | |
+0 −1 | test/Vagrantfile | |
+5 −21 | test/driver-lib.bash | |
+1 −1 | test/test-lib.bash | |
+1 −1 | test/tests/except-multi.bash | |
+1 −1 | test/tests/link-canonicalize.bash | |
+1 −1 | test/tests/link-if.bash | |
+1 −1 | test/tests/link-no-canonicalize.bash | |
+21 −0 | test/tests/only-defaults.bash |
Submodule fzf
updated
41 files
+3 −0 | .gitignore | |
+11 −0 | .gon.hcl | |
+69 −0 | .goreleaser.yml | |
+1 −1 | .travis.yml | |
+10 −12 | BUILD.md | |
+93 −1 | CHANGELOG.md | |
+1 −1 | LICENSE | |
+64 −41 | Makefile | |
+19 −17 | README-VIM.md | |
+3 −3 | README.md | |
+2 −2 | bin/fzf-tmux | |
+37 −35 | doc/fzf.txt | |
+6 −6 | go.mod | |
+13 −25 | go.sum | |
+23 −28 | install | |
+7 −19 | install.ps1 | |
+3 −2 | main.go | |
+2 −2 | man/man1/fzf-tmux.1 | |
+118 −46 | man/man1/fzf.1 | |
+80 −60 | plugin/fzf.vim | |
+19 −10 | shell/completion.bash | |
+2 −2 | shell/completion.zsh | |
+3 −3 | shell/key-bindings.bash | |
+3 −3 | shell/key-bindings.fish | |
+4 −3 | shell/key-bindings.zsh | |
+1 −1 | src/LICENSE | |
+8 −4 | src/ansi.go | |
+3 −3 | src/ansi_test.go | |
+0 −3 | src/constants.go | |
+7 −5 | src/core.go | |
+198 −135 | src/options.go | |
+68 −59 | src/options_test.go | |
+13 −1 | src/result.go | |
+4 −4 | src/result_test.go | |
+329 −203 | src/terminal.go | |
+1 −1 | src/tui/dummy.go | |
+91 −35 | src/tui/light.go | |
+81 −49 | src/tui/tcell.go | |
+65 −16 | src/tui/tui.go | |
+0 −47 | src/update_assets.rb | |
+44 −4 | test/test_go.rb |
Submodule oh-my-zsh
updated
from d05544 to fae34b
Submodule zsh-syntax-highlighting
updated
7 files
+73 −0 | .github/workflows/test.yml | |
+0 −56 | .travis.yml | |
+3 −1 | INSTALL.md | |
+3 −3 | README.md | |
+35 −22 | highlighters/main/main-highlighter.zsh | |
+37 −0 | highlighters/main/test-data/alias-self2.zsh | |
+1 −1 | release.md |
Submodule powerlevel10k
updated
20 files
+7 −0 | Makefile | |
+50 −24 | README.md | |
+43 −28 | config/p10k-classic.zsh | |
+45 −26 | config/p10k-lean-8colors.zsh | |
+45 −30 | config/p10k-lean.zsh | |
+161 −144 | config/p10k-rainbow.zsh | |
+17 −11 | font.md | |
+5 −0 | gitstatus/Makefile | |
+29 −13 | gitstatus/build | |
+27 −10 | gitstatus/gitstatus.plugin.sh | |
+18 −8 | gitstatus/gitstatus.plugin.zsh | |
+84 −20 | gitstatus/install | |
+4 −3 | gitstatus/install.info | |
+7 −5 | gitstatus/mbuild | |
+2 −2 | gitstatus/src/arena.h | |
+4 −3 | gitstatus/src/dir.cc | |
+2 −2 | internal/icons.zsh | |
+194 −113 | internal/p10k.zsh | |
+26 −15 | internal/wizard.zsh | |
+2 −2 | powerlevel10k.zsh-theme |
Submodule tmux-battery
updated
3 files
+5 −1 | scripts/battery_percentage.sh | |
+4 −2 | scripts/battery_remain.sh | |
+14 −1 | scripts/helpers.sh |
Submodule nerdtree
updated
from 14af89 to aaa946
Submodule nerdtree-git-plugin
updated
3 files
+4 −0 | README.md | |
+5 −0 | autoload/gitstatus/job.vim | |
+2 −2 | autoload/gitstatus/listener.vim |
Submodule splitjoin.vim
updated
10 files
+3 −0 | .gitmodules | |
+1 −0 | README.md | |
+27 −16 | autoload/sj/argparser/ruby.vim | |
+198 −0 | autoload/sj/r.vim | |
+20 −0 | doc/splitjoin.txt | |
+12 −0 | ftplugin/r/splitjoin.vim | |
+86 −0 | spec/plugin/r_spec.rb | |
+25 −2 | spec/plugin/ruby_spec.rb | |
+1 −0 | spec/spec_helper.rb | |
+1 −0 | spec/support/R-Vim-runtime |
Submodule syntastic
updated
from dd2266 to d97a66
Submodule tagbar
updated
from bc48b8 to e6e658
Submodule unite
updated
2 files
+1 −1 | autoload/unite/kinds/word.vim | |
+11 −2 | rplugin/python3/denite/source/unite.py |
Submodule vim-airline
updated
from 860827 to 0ca957
Submodule vim-airline-themes
updated
9 files
+43 −0 | .github/workflows/ci.yml | |
+0 −54 | .travis.yml | |
+4 −0 | autoload/airline/themes/badwolf.vim | |
+5 −0 | autoload/airline/themes/cool.vim | |
+182 −0 | autoload/airline/themes/lessnoise.vim | |
+132 −0 | autoload/airline/themes/lighthaus.vim | |
+60 −0 | autoload/airline/themes/nord_minimal.vim | |
+155 −0 | autoload/airline/themes/transparent.vim | |
+4 −0 | doc/airline-themes.txt |
Submodule vim-gitgutter
updated
8 files
+15 −2 | README.mkd | |
+11 −1 | autoload/gitgutter/async.vim | |
+2 −2 | autoload/gitgutter/debug.vim | |
+14 −6 | autoload/gitgutter/diff.vim | |
+6 −0 | autoload/gitgutter/hunk.vim | |
+8 −3 | autoload/gitgutter/utility.vim | |
+32 −1 | doc/gitgutter.txt | |
+52 −42 | plugin/gitgutter.vim |
Submodule vim-go
updated
25 files
+3 −3 | .github/workflows/test.yml | |
+35 −0 | CHANGELOG.md | |
+4 −4 | autoload/fzf/decls.vim | |
+32 −0 | autoload/go/calls.vim | |
+48 −0 | autoload/go/calls_test.vim | |
+4 −7 | autoload/go/config.vim | |
+17 −14 | autoload/go/debug.vim | |
+2 −1 | autoload/go/doc.vim | |
+6 −144 | autoload/go/guru.vim | |
+5 −5 | autoload/go/lint.vim | |
+17 −2 | autoload/go/lint_test.vim | |
+1 −0 | autoload/go/list.vim | |
+108 −30 | autoload/go/lsp.vim | |
+26 −3 | autoload/go/lsp/message.vim | |
+29 −0 | autoload/go/package.vim | |
+0 −54 | autoload/go/path.vim | |
+1 −0 | autoload/go/referrers.vim | |
+19 −20 | doc/vim-go.txt | |
+1 −0 | ftdetect/gofiletype.vim | |
+0 −13 | ftplugin/go.vim | |
+15 −10 | ftplugin/go/commands.vim | |
+0 −8 | plugin/go.vim | |
+1 −1 | rplugin/python3/denite/source/decls.py | |
+55 −0 | syntax/gosum.vim | |
+0 −65 | test/gopath_test.vim |
Submodule vim-instant-markdown
updated
from 2d5324 to 409ae8
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 zsh-completions
updated
4 files
+179 −157 | src/_cmake | |
+83 −0 | src/_mssh | |
+3 −1 | src/_openssl | |
+61 −22 | src/_stack |
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,2 +1,2 @@ | ||
export ISTIO_DIR=~/istio-1.4.2 | ||
export ISTIO_DIR=~/istio-1.8.1 | ||
export PATH=$PATH:$ISTIO_DIR/bin |
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