-
Notifications
You must be signed in to change notification settings - Fork 2
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
21 changed files
with
19 additions
and
26 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 dracula
updated
5 files
+31 −20 | INSTALL.md | |
+5 −2 | README.md | |
+4 −3 | after/plugin/dracula.vim | |
+2 −0 | colors/dracula.vim | |
+ − | dracula-pro.png |
Submodule clojure-fireplace
updated
2 files
+18 −18 | autoload/fireplace.vim | |
+1 −1 | autoload/fireplace/transport.vim |
Submodule coqtail
updated
17 files
+0 −101 | .github/workflows/ci.yml | |
+76 −0 | .github/workflows/coq-tests.yml | |
+11 −1 | .github/workflows/lint.yml | |
+41 −0 | .github/workflows/python-tests.yml | |
+53 −0 | .github/workflows/vim-tests.yml | |
+2 −1 | .pylintrc | |
+24 −2 | CHANGELOG.md | |
+17 −7 | README.md | |
+15 −4 | autoload/coqtail.vim | |
+62 −20 | autoload/coqtail/panels.vim | |
+19 −0 | doc/coqtail.txt | |
+134 −13 | python/coqtail.py | |
+12 −2 | python/xmlInterface.py | |
+8 −2 | syntax/coq.vim | |
+1 −1 | tests/coq/test_coqtop.py | |
+218 −13 | tests/unit/test_parse.py | |
+4 −2 | tox.ini |
Submodule cs-omnisharp
updated
11 files
+1 −1 | .github/workflows/tox.yml | |
+2 −2 | README.md | |
+10 −3 | autoload/OmniSharp/actions/complete.vim | |
+105 −0 | autoload/OmniSharp/actions/typedefinition.vim | |
+23 −8 | autoload/OmniSharp/locations.vim | |
+20 −0 | doc/omnisharp-vim.txt | |
+3 −0 | ftplugin/cs/OmniSharp.vim | |
+3 −0 | installer/omnisharp-manager.sh | |
+3 −0 | plugin/OmniSharp.vim | |
+0 −1 | python/.python-version | |
+0 −13 | python/tox.ini |
Submodule go
updated
5 files
+4 −0 | autoload/gopher/frob.vim | |
+1 −1 | indent/go.vim | |
+2 −2 | syntax/go.vim | |
+4 −3 | tools/go.mod | |
+53 −32 | tools/go.sum |
Submodule abolish
updated
3 files
+8 −11 | README.markdown | |
+3 −4 | doc/abolish.txt | |
+5 −10 | plugin/abolish.vim |
Submodule ale
updated
from 69c1dc to 53b01d
Submodule fugitive
updated
4 files
+302 −208 | autoload/fugitive.vim | |
+16 −3 | doc/fugitive.txt | |
+5 −2 | plugin/fugitive.vim | |
+2 −2 | syntax/fugitive.vim |
Submodule splitjoin
updated
16 files
+3 −3 | .circleci/config.yml | |
+3 −2 | .github/workflows/mirror.yml | |
+21 −21 | Gemfile.lock | |
+33 −0 | autoload/sj/argparser/go_vars.vim | |
+13 −1 | autoload/sj/c.vim | |
+206 −25 | autoload/sj/go.vim | |
+7 −2 | autoload/sj/ruby.vim | |
+86 −25 | autoload/sj/rust.vim | |
+23 −0 | doc/splitjoin.txt | |
+1 −0 | ftplugin/go/splitjoin.vim | |
+1 −0 | ftplugin/rust/splitjoin.vim | |
+9 −1 | plugin/splitjoin.vim | |
+286 −114 | spec/plugin/go_spec.rb | |
+80 −0 | spec/plugin/ruby_spec.rb | |
+316 −104 | spec/plugin/rust_spec.rb | |
+24 −0 | spec/plugin/settings_spec.rb |