-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nvim): update installed plugins
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule copilot.vim
updated
12 files
+20 −0 | .github/workflows/auto-close-pr.yml | |
+65 −85 | autoload/copilot.vim | |
+51 −19 | autoload/copilot/agent.vim | |
+0 −91 | autoload/copilot/doc.vim | |
+3 −3 | autoload/copilot/handlers.vim | |
+75 −62 | autoload/copilot/panel.vim | |
+42 −0 | autoload/copilot/util.vim | |
+1 −1 | autoload/copilot/version.vim | |
+622 −330 | dist/agent.js | |
+3 −3 | dist/agent.js.map | |
+4 −5 | lua/_copilot.lua | |
+2 −2 | plugin/copilot.vim |
Submodule nvim-lspconfig
updated
6 files
Submodule nvim-treesitter
updated
24 files
+2 −0 | README.md | |
+41 −35 | lockfile.json | |
+16 −0 | lua/nvim-treesitter/parsers.lua | |
+14 −1 | queries/asm/highlights.scm | |
+2 −0 | queries/css/highlights.scm | |
+4 −0 | queries/ecma/highlights.scm | |
+40 −1 | queries/git_config/injections.scm | |
+205 −0 | queries/idl/highlights.scm | |
+8 −0 | queries/idl/injections.scm | |
+9 −0 | queries/koto/folds.scm | |
+131 −0 | queries/koto/highlights.scm | |
+2 −0 | queries/koto/injections.scm | |
+28 −0 | queries/koto/locals.scm | |
+1 −1 | queries/latex/highlights.scm | |
+9 −5 | queries/php_only/highlights.scm | |
+4 −39 | queries/qmljs/highlights.scm | |
+1 −0 | queries/qmljs/injections.scm | |
+6 −7 | queries/rasi/highlights.scm | |
+2 −0 | queries/rasi/injections.scm | |
+2 −0 | queries/toml/highlights.scm | |
+123 −54 | queries/wit/highlights.scm | |
+1 −4 | queries/wit/injections.scm | |
+1 −1 | tests/query/highlights/php/types.php | |
+1 −1 | tests/query/highlights/php/variables.php |