Skip to content

Commit

Permalink
chore(nvim): update submodules
Browse files Browse the repository at this point in the history
* aspects/nvim/files/.config/nvim/pack/bundle/opt/LuaSnip cdbf6f4...0df29db (3):
  > Format with stylua
  > Auto generate docs
  > fix: adjust parent-node rgrav s.t. nested snippet stays inside it.

* aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp_luasnip 1809552...05a9ab2 (1):
  > Merge pull request #61 from woodgear/fix/expand_params

* aspects/nvim/files/.config/nvim/pack/bundle/opt/indent-blankline.nvim 877c1db...9301e43 (6):
  > fix: remove top level scopes
  > fix: remove document level scopes
  > chore: fix doc link
  > feat: add show exact scope option (#724)
  > refactor: scope highlight hook (#722)
  > chore: update neovim version to v0.9.4

* aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-lspconfig 2b361e0...e49b1e9 (14):
  > docs: update server_configurations.md skip-checks: true
  > feat: add htmx-lsp support (#2863)
  > docs: update server_configurations.md skip-checks: true
  > feat(elixirls): update elixirls.lua to work better with umbrella apps (#2866)
  > docs: update server_configurations.md skip-checks: true
  > feat: add more filetype support on gls servers (#2865)
  > docs: update server_configurations.md skip-checks: true
  > feat(tailwindcss): add `gohtmltmpl` to filetypes (#2862)
  > fix(lspconfig): update apex_ls to respect JAVA_HOME (#2860)
  > docs: update server_configurations.md skip-checks: true
  > feat: enable single file support for ruby-lsp (#2858)
  > fix(nginx-language-server): update root directory pattern (#2857)
  > docs: update server_configurations.md skip-checks: true
  > feat: add Nginx language server (#2856)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-tree.lua 53b0bca...40b9b88 (6):
  > fix(#2473): remove problematic <S-Tab> default mapping (#2475)
  > feat: api.node.open.preview_no_picker with default mapping <S-Tab> (#2464)
  > feat(#2148): api.fs.rename_full (#2461)
  > docs: add team and windows variant/notes to bug report (#2470)
  > refactor: format tables line by line for better readability (#2456)
  > feat: notify [NvimTree] prefix is multiline only if the message is multiline (#2453)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-fugitive 99db68d...cbe9dfa (2):
  > Salvage :Ggrep ... commit:path/
  > Decouple running git-status from parsing output

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-slime 94af16c...c65472e (3):
  > Merge pull request #400 from jpalardy/refactor-bracketed-paste
  > Merge pull request #399 from jpalardy/refactor-system-call
  > Merge pull request #398 from jpalardy/refactor-targets

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-zsh 7dd09f8...18a926d (1):
  > Merge pull request #54 from Konfekt/patch-2
  • Loading branch information
wincent committed Oct 17, 2023
1 parent 4895709 commit b25d4e4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,6 @@
path = aspects/dotfiles/files/.zsh/zsh-async
url = https://github.com/mafredri/zsh-async.git
[submodule "vim-kitty"]
branch = main
path = aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-kitty
url = https://github.com/fladson/vim-kitty.git
Submodule vim-fugitive updated 1 files
+20 βˆ’23 autoload/fugitive.vim
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-zsh
Submodule vim-zsh updated 1 files
+6 βˆ’6 ftplugin/zsh.vim

0 comments on commit b25d4e4

Please sign in to comment.