-
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
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule nvim-dap
updated
4 files
+1 −0 | lua/dap.lua | |
+5 −0 | lua/dap/repl.lua | |
+18 −4 | lua/dap/ui/widgets.lua | |
+2 −2 | lua/dap/utils.lua |
Submodule nvim-highlight-colors
updated
4 files
+3 −0 | lua/nvim-highlight-colors/buffer_utils.lua | |
+1 −1 | lua/nvim-highlight-colors/color/patterns.lua | |
+37 −16 | lua/nvim-highlight-colors/init.lua | |
+42 −7 | lua/nvim-highlight-colors/utils.lua |
Submodule nvim-treesitter
updated
8 files
+1 −0 | README.md | |
+10 −7 | lockfile.json | |
+8 −0 | lua/nvim-treesitter/parsers.lua | |
+6 −0 | queries/bp/folds.scm | |
+55 −0 | queries/bp/highlights.scm | |
+38 −0 | queries/bp/indents.scm | |
+2 −0 | queries/bp/injections.scm | |
+12 −0 | queries/bp/locals.scm |