-
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule nui.nvim
updated
6 files
+2 −2 | lua/nui/layout/init.lua | |
+2 −2 | lua/nui/popup/init.lua | |
+4 −2 | lua/nui/split/init.lua | |
+16 −0 | tests/nui/layout/init_spec.lua | |
+4 −0 | tests/nui/popup/init_spec.lua | |
+4 −0 | tests/nui/split/init_spec.lua |
Submodule nvim-treesitter
updated
4 files
+1 −0 | README.md | |
+5 −2 | lockfile.json | |
+8 −0 | lua/nvim-treesitter/parsers.lua | |
+114 −0 | queries/smithy/highlights.scm |