-
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
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
Submodule gitlinker.nvim
updated
40 files
Submodule leap.nvim
updated
9 files
+1 −1 | README.md | |
+27 −28 | doc/leap.txt | |
+4 −4 | fnl/leap/beacons.fnl | |
+1 −7 | fnl/leap/highlight.fnl | |
+163 −198 | fnl/leap/main.fnl | |
+3 −5 | lua/leap/beacons.lua | |
+2 −2 | lua/leap/highlight.lua | |
+174 −239 | lua/leap/main.lua | |
+48 −26 | plugin/init.lua |
Submodule none-ls.nvim
updated
94 files
Submodule nvim-autopairs
updated
2 files
+27 −20 | README.md | |
+3 −1 | lua/nvim-autopairs/completion/cmp.lua |
Submodule nvim-highlight-colors
updated
7 files
+3 −3 | README.md | |
+32 −20 | lua/nvim-highlight-colors/buffer_utils.lua | |
+1 −1 | lua/nvim-highlight-colors/color/patterns.lua | |
+7 −16 | lua/nvim-highlight-colors/color/utils.lua | |
+29 −92 | lua/nvim-highlight-colors/init.lua | |
+0 −37 | lua/nvim-highlight-colors/utils.lua | |
+4 −2 | testing.txt |
Submodule nvim-lspconfig
updated
12 files
Submodule nvim-surround
updated
6 files
+1 −1 | .github/workflows/luarocks-release.yml | |
+8 −0 | .gitignore | |
+9 −0 | CHANGELOG.md | |
+18 −2 | lua/nvim-surround/config.lua | |
+2 −4 | lua/nvim-surround/init.lua | |
+38 −2 | tests/minimal_init.lua |
Submodule nvim-treesitter
updated
68 files
Submodule nvim-treesitter-context
updated
4 files
+10 −6 | queries/fennel/context.scm | |
+63 −2 | queries/rust/context.scm | |
+180 −1 | test/test.rs | |
+20 −13 | test/ts_context_spec.lua |
Submodule nvim-web-devicons
updated
6 files
+8 −0 | CONTRIBUTING.md | |
+4 −0 | README.md | |
+13 −0 | lua/nvim-web-devicons.lua | |
+112 −0 | lua/nvim-web-devicons/hi-test.lua | |
+6 −0 | lua/nvim-web-devicons/icons-default.lua | |
+6 −0 | lua/nvim-web-devicons/icons-light.lua |
Submodule telescope.nvim
updated
9 files
+15 −9 | doc/telescope.txt | |
+1 −0 | lua/telescope/actions/init.lua | |
+15 −12 | lua/telescope/builtin/__files.lua | |
+4 −1 | lua/telescope/builtin/__git.lua | |
+3 −0 | lua/telescope/builtin/__internal.lua | |
+1 −0 | lua/telescope/builtin/init.lua | |
+39 −17 | lua/telescope/config.lua | |
+9 −1 | lua/telescope/make_entry.lua | |
+11 −6 | lua/telescope/pickers.lua |