-
Notifications
You must be signed in to change notification settings - Fork 0
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
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Submodule black
updated
41 files
Submodule coc.nvim
updated
53 files
Submodule nvim-autopairs
updated
4 files
+2 −1 | lua/nvim-autopairs/completion/cmp.lua | |
+2 −0 | lua/nvim-autopairs/conds.lua | |
+3 −1 | lua/nvim-autopairs/rules/basic.lua | |
+12 −0 | tests/nvim-autopairs_spec.lua |
Submodule nvim-tree.lua
updated
30 files
Submodule nvim-treesitter
updated
280 files
Submodule nvim-web-devicons
updated
7 files
+45 −12 | CONTRIBUTING.md | |
+10 −0 | README.md | |
+62 −19 | lua/nvim-web-devicons.lua | |
+33 −9 | lua/nvim-web-devicons/hi-test.lua | |
+1,491 −67 | lua/nvim-web-devicons/icons-default.lua | |
+1,488 −64 | lua/nvim-web-devicons/icons-light.lua | |
+21 −5 | scripts/generate_colors.lua |
Submodule plenary.nvim
updated
12 files
+1 −1 | .styluaignore | |
+3 −0 | Makefile | |
+2 −2 | README.md | |
+289 −0 | lua/plenary/_meta/_luassert.lua | |
+1 −0 | lua/plenary/busted.lua | |
+29 −20 | lua/plenary/curl.lua | |
+3 −0 | lua/plenary/log.lua | |
+4 −2 | lua/plenary/path.lua | |
+1 −0 | lua/plenary/popup/init.lua | |
+1 −0 | lua/plenary/window/border.lua | |
+94 −0 | scripts/generate_luassert_types.lua | |
+13 −0 | tests/plenary/popup_spec.lua |
Submodule telescope.nvim
updated
33 files