-
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
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule neogen
updated
8 files
+1 −1 | README.md | |
+9 −1 | doc/neogen.txt | |
+5 −4 | lua/neogen/configurations/python.lua | |
+23 −4 | lua/neogen/generator.lua | |
+10 −2 | lua/neogen/init.lua | |
+17 −0 | lua/neogen/snippet.lua | |
+3 −1 | lua/neogen/utilities/extractors.lua | |
+9 −0 | lua/neogen/utilities/helpers.lua |
Submodule null-ls.nvim
updated
2 files
+8 −0 | doc/BUILTINS.md | |
+17 −0 | lua/null-ls/builtins/diagnostics/cfn_lint.lua |
Submodule nvim-autopairs
updated
5 files
+1 −0 | README.md | |
+1 −0 | doc/nvim-autopairs.txt | |
+1 −0 | lua/nvim-autopairs.lua | |
+0 −1 | lua/nvim-autopairs/rule.lua | |
+1 −1 | lua/nvim-autopairs/rules/basic.lua |
Submodule nvim-cmp
updated
6 files
+23 −0 | doc/cmp.txt | |
+7 −0 | lua/cmp/config/default.lua | |
+2 −0 | lua/cmp/config/window.lua | |
+5 −7 | lua/cmp/core.lua | |
+5 −0 | lua/cmp/types/cmp.lua | |
+4 −6 | lua/cmp/view/custom_entries_view.lua |
Submodule nvim-lspconfig
updated
5 files
Submodule nvim-treesitter
updated
29 files
Submodule octo.nvim
updated
5 files
+1 −9 | lua/octo/model/octo-buffer.lua | |
+2 −6 | lua/octo/reviews/file-entry.lua | |
+1 −9 | lua/octo/reviews/file-panel.lua | |
+4 −8 | lua/octo/reviews/init.lua | |
+20 −0 | lua/octo/utils.lua |
Submodule telescope.nvim
updated
4 files
+2 −2 | README.md | |
+3 −3 | lua/telescope/previewers/buffer_previewer.lua | |
+2 −2 | lua/telescope/previewers/term_previewer.lua | |
+7 −0 | lua/telescope/utils.lua |