-
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 lsp_lines.nvim
updated
from 9e3f99 to cf2306
Submodule neogit
updated
2 files
+1 −2 | lua/neogit/lib/git/branch.lua | |
+1 −1 | lua/neogit/popups/log/actions.lua |
Submodule none-ls.nvim
updated
5 files
+17 −0 | doc/BUILTINS.md | |
+1 −1 | doc/null-ls.txt | |
+1 −1 | lua/null-ls/builtins/_meta/filetype_map.lua | |
+3 −0 | lua/null-ls/builtins/_meta/formatting.lua | |
+20 −0 | lua/null-ls/builtins/formatting/ruff_format.lua |
Submodule nvim-lspconfig
updated
5 files
Submodule nvim-treesitter
updated
8 files
+7 −7 | lockfile.json | |
+1 −1 | lua/nvim-treesitter/parsers.lua | |
+20 −3 | queries/julia/indents.scm | |
+13 −0 | tests/indent/julia/argument_list.jl | |
+21 −0 | tests/indent/julia/assignment.jl | |
+15 −0 | tests/indent/julia/curly_expression.jl | |
+15 −0 | tests/indent/julia/parameter_list.jl | |
+17 −0 | tests/indent/julia_spec.lua |