-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jess Frazelle <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule lualine.nvim
updated
7 files
+15 −0 | README.md | |
+15 −0 | doc/lualine.txt | |
+1 −1 | lua/lualine/component.lua | |
+1 −1 | lua/lualine/components/buffers/buffer.lua | |
+1 −1 | lua/lualine/components/tabs/tab.lua | |
+5 −0 | lua/lualine/utils/loader.lua | |
+5 −0 | lua/lualine_require.lua |
Submodule nvim-lspconfig
updated
5 files
Submodule nvim-treesitter
updated
20 files
+1 −4 | .github/workflows/update-lockfile.yml | |
+1 −0 | README.md | |
+10 −4 | lockfile.json | |
+2 −2 | lua/nvim-treesitter/health.lua | |
+23 −0 | lua/nvim-treesitter/parsers.lua | |
+13 −0 | queries/ada/folds.scm | |
+179 −0 | queries/ada/highlights.scm | |
+33 −0 | queries/ada/locals.scm | |
+12 −0 | queries/go/injections.scm | |
+1 −0 | queries/t32/folds.scm | |
+141 −0 | queries/t32/highlights.scm | |
+1 −0 | queries/t32/injections.scm | |
+35 −0 | queries/t32/locals.scm | |
+33 −2 | queries/vue/injections.scm | |
+1 −1 | queries/yaml/highlights.scm | |
+2 −2 | queries/yaml/injections.scm | |
+10 −0 | tests/query/highlights/t32/comments.cmm | |
+103 −0 | tests/query/highlights/t32/keywords.cmm | |
+37 −0 | tests/query/highlights/t32/literals.cmm | |
+27 −0 | tests/query/highlights/t32/var.cmm |
Submodule telescope.nvim
updated
4 files
+1 −0 | .github/workflows/docgen.yml | |
+3 −1 | lua/telescope/builtin/__files.lua | |
+1 −1 | lua/telescope/builtin/__internal.lua | |
+1 −1 | lua/telescope/make_entry.lua |