-
Notifications
You must be signed in to change notification settings - Fork 3
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
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule none-ls.nvim
updated
3 files
+3 −1 | lua/null-ls/builtins/formatting/prettier.lua | |
+2 −0 | lua/null-ls/builtins/formatting/prettierd.lua | |
+20 −0 | lua/null-ls/builtins/formatting/xmllint.lua |
Submodule nvim-dap-ui
updated
3 files
+7 −2 | lua/dapui/init.lua | |
+5 −2 | lua/dapui/windows/float.lua | |
+1 −0 | lua/dapui/windows/init.lua |
Submodule nvim-lspconfig
updated
7 files
+2 −3 | .github/workflows/comment-config-changes.yml | |
+15 −27 | README.md | |
+1 −1 | doc/server_configurations.md | |
+1 −1 | doc/server_configurations.txt | |
+6 −1 | lua/lspconfig/manager.lua | |
+13 −1 | lua/lspconfig/server_configurations/snyk_ls.lua | |
+8 −6 | plugin/lspconfig.lua |
Submodule nvim-nio
updated
4 files
+0 −19 | .github/workflows/luarocks-release.yaml | |
+15 −1 | .github/workflows/workflow.yaml | |
+3 −1 | lua/nio/tasks.lua | |
+18 −0 | tests/tasks_spec.lua |
Submodule nvim-treesitter
updated
25 files
+2 −0 | README.md | |
+44 −38 | 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 | |
+1 −1 | queries/vue/injections.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 |
Submodule nvim-web-devicons
updated
5 files
+27 −0 | README.md | |
+20 −10 | lua/nvim-web-devicons.lua | |
+8 −8 | lua/nvim-web-devicons/hi-test.lua | |
+46 −22 | lua/nvim-web-devicons/icons-default.lua | |
+46 −22 | lua/nvim-web-devicons/icons-light.lua |
Submodule plenary.nvim
updated
2 files
+1 −3 | lua/plenary/popup/init.lua | |
+1 −0 | lua/plenary/window/border.lua |
Submodule telescope.nvim
updated
4 files
+26 −1 | lua/telescope/config.lua | |
+1 −0 | lua/telescope/previewers/buffer_previewer.lua | |
+3 −2 | lua/telescope/utils.lua | |
+9 −0 | lua/tests/automated/utils_spec.lua |