-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule fzf-lua
updated
9 files
+2 −1 | lua/fzf-lua/actions.lua | |
+4 −3 | lua/fzf-lua/complete.lua | |
+7 −4 | lua/fzf-lua/config.lua | |
+1 −1 | lua/fzf-lua/core.lua | |
+1 −1 | lua/fzf-lua/fzf.lua | |
+10 −0 | lua/fzf-lua/libuv.lua | |
+6 −3 | lua/fzf-lua/path.lua | |
+3 −2 | lua/fzf-lua/previewer/builtin.lua | |
+1 −1 | lua/fzf-lua/providers/tags.lua |
Submodule none-ls-extras.nvim
updated
2 files
+60 −0 | lua/none-ls/diagnostics/standardrb.lua | |
+25 −0 | lua/none-ls/formatting/blue.lua |
Submodule none-ls.nvim
updated
2 files
+1 −1 | doc/null-ls.txt | |
+1 −0 | lua/null-ls/utils/cosmiconfig.lua |
Submodule nvim-treesitter
updated
14 files
+2 −2 | .github/workflows/update-lockfile.yml | |
+2 −2 | .github/workflows/update-readme.yml | |
+54 −54 | lockfile.json | |
+13 −10 | lua/nvim-treesitter/query_predicates.lua | |
+1 −1 | queries/cpp/highlights.scm | |
+3 −0 | queries/gleam/locals.scm | |
+8 −0 | queries/latex/highlights.scm | |
+10 −0 | queries/mermaid/folds.scm | |
+18 −0 | queries/mermaid/indents.scm | |
+6 −3 | queries/ruby/highlights.scm | |
+14 −11 | queries/rust/highlights.scm | |
+1 −1 | queries/wing/folds.scm | |
+1 −1 | queries/wing/highlights.scm | |
+4 −2 | scripts/format-queries.lua |
Submodule presenting.nvim
updated
3 files
+1 −1 | Makefile | |
+1 −2 | doc/presenting.txt | |
+5 −1 | lua/presenting/init.lua |