Skip to content

Commit

Permalink
chore(nvim): update bundle
Browse files Browse the repository at this point in the history
And pray that nothing breaks... it's been a while...

* aspects/nvim/files/.config/nvim/pack/bundle/opt/LuaSnip 80a8528...a7a4b46 (78):
  > docs: Add descriptions for <Plug> mappings
  > Auto generate docs
  > manually set visual hl.
  > Auto generate docs
  > fix: use `$(MAKE)` instead of `make` for recursive make (close #1128).
  > Format with stylua
  > Auto generate docs
  > feat: define callbacks in node-opts.
  > Format with stylua
  > refocus: don't leave the snippet if the active node is an exitNode.
  > add missing key_indexer, shorthand: Update default_config.lua
  > Format with stylua
  > Auto generate docs
  > fix(tests): only use packaged parser for nvim 0.7 and 0.9.
  > Auto generate docs
  > add FUNDING.yml (close #1109).
  > Format with stylua
  > Auto generate docs
  > lua/snipmate-loader: fix include/exclude (close #1106).
  > Format with stylua
  > Auto generate docs
  > trigEngine: optionally restrict length of trigger (fix #1103).
  > Format with stylua
  > Auto generate docs
  > correctly adjust extmarks of snippet in same insertNode (fix #1100)
  > Auto generate docs
  > document ls_tracked_dofile/ls_tracked_dopackage.
  > Auto generate docs
  > Add quotes to jsregexp make commands
  > Auto generate docs
  > Minor DOC.md modifications for panvimdoc lists
  > Format with stylua
  > Auto generate docs
  > feat(builtin): support vscode snippet variable CURRENT_TIMEZONE_OFFSET
  > Format with stylua
  > Auto generate docs
  > fix: recompute snippet-root-index if necessary.
  > Format with stylua
  > fix parsing of choices (close #1078).
  > Auto generate docs
  > fix include and exclude (callers assumed swapped arguments) (close #1077)
  > Format with stylua
  > Auto generate docs
  > feat(loaders): re-add reload_file (now as official API) (close #1074).
  > feat(snip_expand): make indenting snippets optional
  > Format with stylua
  > move config-defaults to prevent empty config and require-loop (close #1073)
  > Format with stylua
  > Auto generate docs
  > feat: major overhaul of loaders. Check DOC.md-changes for the gist.
  > fix: don't remove snippet-source set by loaders after first add.
  > move lower-level methods out of main-module, add convenient wrappers.
  > rename digraph-operations.
  > extract autotables into their own module.
  > rename functions in util/table.
  > duplicate: always return the same table for retrieve_all.
  > Format with stylua
  > Auto generate docs
  > update jsregexp to 0.0.6.
  > Format with stylua
  > Auto generate docs
  > fix(restoreNode): prevent error on double-exit.
  > fix(refocus): handle edgecase (close #1039).
  > Format with stylua
  > Auto generate docs
  > fix(parser): allow empty lsp-choice.
  > Auto generate docs
  > Use event.buf/event.file directly instead of vim.fn.expand
  > Auto generate docs
  > Auto generate docs
  > feat: publich to luarocks
  > Format with stylua
  > Auto generate docs
  > Don't get selection via buf_get_text, just cut and restore registers.
  > Auto generate docs
  > Consistent backtick use
  > Auto generate docs
  > Use event.buf directly to get bufnr

* aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp-emoji 19075c3...0acd702 (1):
  > Merge pull request #13 from RoccoCocco/main

* aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp-nvim-lsp 44b16d1...5af77f5 (2):
  > Revert unneeded README.md changes
  > docs: Suggest better ways to configure LSP capabilities (#64)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/indent-blankline.nvim 29be091...3d08501 (23):
  > feat: add vue to scope_languages
  > feat: add svelte to scope_languages
  > feat: add angular to scope_languages
  > refactor: Use custom vim.split without validate
  > feat: add git_config to scope_languages
  > fix: remove top level scopes
  > fix: highlight from extmark hook
  > feat: handle `breakindentopt` for repeat indent
  > feat: repeat indent guides on wrapped lines with 'breakindent'
  > fix: scope highlight from extmark hook
  > fix: scope start padding
  > fix: move some scope calculations out of main loop (#795)
  > feat: Added language risor
  > fix: typo in `lua/ibl/config.lua`
  > refactor: change tbl_contains to direct check
  > perf: make the scope from extmarks hook fast
  > feat: add `CursorMovedI` autocmd
  > fix: typo in `arduino`
  > docs: clarify use of ibl.overwrite
  > refactor: debounce
  > refactor: implement own version of vim.tbl_* without validate
  > fix: foldtextresult for inactive buffer
  > fix: foldclosed for inactive buffers

* aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-cmp 51260c0...04e0ca3 (10):
  > fix: one more item than max_item_count is displayed (#1811)
  > feat(ci): update luarocks-tag-release to latest version (#1776)
  > feat: sort source entries before slicing when using max_item_count (#1765)
  > Fix: Buffer is not 'modifiable' (#1677)
  > feat: match default border color to standard neovim float border hl (#1689)
  > Fixed typos in cmp.txt file (#1730)
  > Mark non-required setup fields as optional (#1723)
  > add test-case placeholders
  > Fix fuzzy matcher adding invalid matches (#909) (#1420)
  > fix(ghost_text): ephemeral-like inline ghost-text workaround (#1688)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-lspconfig d0467b9...4bdd380 (206):
  > docs: update server_configurations.md skip-checks: true
  > feat: add jinja-lsp (#3069)
  > docs: update server_configurations.md skip-checks: true
  > feat: add vacuum support (#3065)
  > docs: update server_configurations.md skip-checks: true
  > fix(sourcekit): finding root directory (#3066)
  > docs: update server_configurations.md skip-checks: true
  > feat: update biome supported filetypes (#3063)
  > docs: update server_configurations.md skip-checks: true
  > fix(biome): add `biome.jsonc` as root pattern (new in biome 1.6) (#3061)
  > docs: update server_configurations.md skip-checks: true
  > docs(vue): update vue support section (#3060)
  > docs: update server_configurations.md skip-checks: true
  > fix(eslint): support eslint mjs flat config file (#3059)
  > refactor: general cleanup
  > docs: update server_configurations.md skip-checks: true
  > feat: add config for some-sass-language-server (#3057)
  > fix: lexical root directory config (#3055)
  > docs: update server_configurations.md skip-checks: true
  > docs(lua_ls): change suggested setup
  > docs: update server_configurations.md skip-checks: true
  > feat: add configuration for Tabby ML (#3050)
  > docs: update server_configurations.md skip-checks: true
  > fix: allow terraform-ls to start properly (#3051) (#3053)
  > docs: update server_configurations.md skip-checks: true
  > docs: update documentation for Volar >= 2.0.0 (#3049)
  > fix: update lua types to match latest nightly (#3048)
  > docs: update server_configurations.md skip-checks: true
  > fix(beancount): rename journalFile to journal_file (#3047)
  > docs: update server_configurations.md skip-checks: true
  > docs: updated documentation for `harper-ls` (#3045)
  > docs: update server_configurations.md skip-checks: true
  > fix(css_variable_lsp): improve default settings (#3046)
  > docs: update server_configurations.md skip-checks: true
  > fix(css-variables): change - to _ in filename (#3044)
  > docs: update server_configurations.md skip-checks: true
  > feat: add css-variables-language-server (#3042)
  > docs: update server_configurations.md skip-checks: true
  > docs(terraformls): add docs on how to pass settings (#3040)
  > docs: update server_configurations.md skip-checks: true
  > feat: add pico8-ls support (#3041)
  > docs: update server_configurations.md skip-checks: true
  > feat: add markdown-oxide lsp (#3030)
  > docs: update server_configurations.md skip-checks: true
  > feat: add delphilsp support (#3034)
  > docs: update server_configurations.md skip-checks: true
  > docs(veryl_ls): update url of verly_ls (#3037)
  > fix(pyright): fix PyrightSetPythonPath command (#3032)
  > docs: update server_configurations.md skip-checks: true
  > fix(rust_analyzer): declare single file support (#3028)
  > docs: update server_configurations.md skip-checks: true
  > docs(lua_ls): add comment about additional libraries (#3029)
  > fix(bqnlsp): do not override user provided `cmd_env` (#3026)
  > docs: update server_configurations.md skip-checks: true
  > fix: let core handle 'workspace/didChangeConfiguration' after init (#3023)
  > ci: clarify misleading comment from bot
  > docs: update server_configurations.md skip-checks: true
  > feat: add bqnlsp support (#3024)
  > docs: update server_configurations.md skip-checks: true
  > fix(purescript-language-server): add 'spago.yaml' to the list of root_patterns (#3022)
  > docs: update server_configurations.md skip-checks: true
  > fix: rename twig-language-server to twiggy-language-server (#3021)
  > docs: update server_configurations.md skip-checks: true
  > fix: twig-language-server cmd (#3019)
  > docs: update server_configurations.md skip-checks: true
  > feat: add gdshader-lsp support (#3018)
  > docs: update server_configurations.md skip-checks: true
  > fix(ocaml): trigger by filetype, not language id (#3016)
  > docs: update server_configurations.md skip-checks: true
  > fix(typos_lsp): update repository url (#3012)
  > docs: update server_configurations.md skip-checks: true
  > feat(solidity_ls)!: switch to first-party npm package (#3011)
  > docs: update server_configurations.md skip-checks: true
  > fix(quick_lint_js): enable for typescript (#3010)
  > docs: update server_configurations.md skip-checks: true
  > feat(docker-compse-lsp): add more filetype into docker compse server(#3008)
  > docs: update server_configurations.md skip-checks: true
  > fix(denols): add new deno.cache request implmention (#3007)
  > ci: bump JohnnyMorganz/stylua-action from 3 to 4
  > fix(texlab): search for default texlab root files (#3005)
  > docs: update server_configurations.md skip-checks: true
  > feat(fennel-ls): allow utf-8 offsetEncoding (#3002)
  > docs: update server_configurations.md skip-checks: true
  > feat: add harper_ls support (#3001)
  > docs: update server_configurations.md skip-checks: true
  > feat: added koka language server support (#3000)
  > fix: enforce single file mode check when root_dir differs from client (#2998)
  > docs: update server_configurations.md skip-checks: true
  > feat: add `templ` filetype in html htmx tailwindcss (#2996)
  > fix(rust-analyzer): re-analyzing cargo deps (#2995)
  > docs: update server_configurations.md skip-checks: true
  > fix(typst_lsp): declare single file support (#2994)
  > docs: update server_configurations.md skip-checks: true
  > feat(ltex): imrove default  settings(#2979)
  > docs: update server_configurations.md skip-checks: true
  > feat: add dprint lsp (#2982)
  > refactor: improve get_clients_from_cmd_args (#2943)
  > docs: update server_configurations.md skip-checks: true
  > feat(helm-ls): enable dynamicRegistration for didChangeWatchedFiles (#2992)
  > docs: update server_configurations.md skip-checks: true
  > feat(swift_mesonls): add meson.options as a root marker (#2991)
  > fix(texlab): look for ".git" before ".latexmkrc"
  > fix: disable autostart after :LspStop #2987
  > docs: update server_configurations.md skip-checks: true
  > fix(mdx_analyzer): pass typescript lib as option (#2974)
  > docs: update server_configurations.md skip-checks: true
  > fix(biome)!: make biome only run in projects with biome.json file (#2984)
  > fix(lua-language-server): update root directory search (#2842)
  > no feature requests
  > Update bug_report.yml
  > docs: update server_configurations.md skip-checks: true
  > feat: enable single file mode for vale_ls (#2978)
  > docs: update server_configurations.md skip-checks: true
  > feat: add bzl lsp (#2973)
  > docs: update server_configurations.md skip-checks: true
  > chore: update dcmls config (#2969)
  > docs: update server_configurations.md skip-checks: true
  > chore: update dcmls configuration (#2965)
  > docs: update server_configurations.md skip-checks: true
  > feat: add dcmls support (#2963)
  > docs: update server_configurations.md skip-checks: true
  > fix(docs): Add note about filetype for docker-compose (#2961)
  > docs: update server_configurations.md skip-checks: true
  > feat: add lwc-language-server support (#2958)
  > fix(csharp-ls): csharp-ls uses solution file for project root first (#2955)
  > docs: update server_configurations.md skip-checks: true
  > fix(ols): remove single_file_support (#2952)
  > docs: update server_configurations.md skip-checks: true
  > fix(sqls): sqls is unarchived (#2950)
  > fix: typo in util documentation (#2947)
  > fix(pyright): only send commands to pyright
  > chore: move loading status check to the top (#2942)
  > docs: update server_configurations.md skip-checks: true
  > feat(snyk-ls): add support for snyk-ls (#2826)
  > docs: update server_configurations.md skip-checks: true
  > fix(sqls): repository moves to organization (#2945)
  > docs: update server_configurations.md skip-checks: true
  > docs(spyglassmc_language_server): fix typo in repository url (#2941)
  > docs: update server_configurations.md skip-checks: true
  > feat: add twig-language-server (#2939)
  > chore: check version 0.8+ (#2940)
  > docs: update server_configurations.md skip-checks: true
  > feat(denols): follow the latest default value of the vscode extension (#2936)
  > fix(typos): typos root directory indicator (#2935)
  > docs: update server_configurations.md skip-checks: true
  > fix(zls): include `build.zig` in root dir search (#2933)
  > docs: update server_configurations.md skip-checks: true
  > feat(kotlin_language_server): Add storagePath to initilaztion options (#2930)
  > docs: update server_configurations.md skip-checks: true
  > fix(psalm): psalm now uses a --language-server option (#2929)
  > docs: update server_configurations.md skip-checks: true
  > fix(elixirls): smarter detection of root_dir for umbrella apps (#2911)
  > docs: update server_configurations.md skip-checks: true
  > feat: add cds-lsp (#2926)
  > docs: update server_configurations.md skip-checks: true
  > fix(cssls): enable enabling of formatting capabilities (#2925)
  > docs: fix typo in keybind section (#2924)
  > fix(rubocop): don't auto-detect bundler, to avoid surprising configuration behavior (#2923)
  > docs: update server_configurations.md skip-checks: true
  > fix(jsonnet_ls): enable single file support for jsonnet_ls (#2922)
  > docs: update server_configurations.md skip-checks: true
  > fix: remove custom handler (#2920)
  > docs: update server_configurations.md skip-checks: true
  > feat: add hydra-lsp (#2919)
  > fix(typos_lsp): use configuration file for root detection #2918
  > docs: update server_configurations.md skip-checks: true
  > chore(emmet_language_server): remove languages with emmet bundled by their language server (#2914)
  > perf: reduce an unnecessary function call #2913
  > docs: update server_configurations.md skip-checks: true
  > feat: add typos-lsp server (#2886)
  > fix(elixirls): root_dir priority: mix.exs > .git (#2910)
  > docs: update server_configurations.md skip-checks: true
  > Merge #2906 cleanup root patterns
  > docs: update server_configurations.md skip-checks: true
  > feat: add support for slangd (#2907)
  > fix(rust-analyzer): don't run cargo if Cargo.toml is not found (#2905)
  > fix: util.root_pattern prioritises pattern order (#2885)
  > docs: update server_configurations.md skip-checks: true
  > feat: add autotools-language-server support (#2902)
  > fix: remove outdated jdtls progress message handler #2899
  > docs: update server_configurations.md skip-checks: true
  > feat: enable single file mode for nushell lsp (#2900)
  > fix: handle exit code on async run command (#2896)
  > docs: update server_configurations.md skip-checks: true
  > feat(rescriptls): add init_options (#2893)
  > docs: update server_configurations.md skip-checks: true
  > pylyzer: declare single file support #2894
  > docs: update server_configurations.md skip-checks: true
  > feat(facility-language-server): add facility language server (#2892)
  > docs: update server_configurations.md skip-checks: true
  > fix(ci): allow mixed_table in selence (#2895)
  > docs: update server_configurations.md skip-checks: true
  > fix: add `vusted` to `flake.nix` (#2891)
  > docs: update server_configurations.md skip-checks: true
  > feat: add contextive-language-server support (#2888)
  > docs: update server_configurations.md skip-checks: true
  > feat: add nushell built-in language server support (#2884)
  > feat: add cypher language server (#2883)
  > docs: update server_configurations.md skip-checks: true
  > doc(custom-elements-ls): Update filetypes and docs (#2881)
  > docs: update server_configurations.md skip-checks: true
  > fix: improve root_dir pattern for ast-grep (#2882)
  > docs: update server_configurations.md skip-checks: true
  > feat: add ast-grep language server (#2880)
  > docs: update server_configurations.md skip-checks: true
  > doc(rescriptls): install from npm (#2879)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-tree.lua 7e3c0be...707b24a (80):
  > chore(master): release nvim-tree 1.1.1 (#2709)
  > fix: bookmark filter should include parent directory (#2704)
  > fix(#2395): marks.bulk.move defaults to directory at cursor (#2688)
  > fix(#2705): change NvimTreeWindowPicker cterm background from Cyan to more visible DarkBlue (#2708)
  > chore(master): release nvim-tree 1.1.0 (#2691)
  > feat: add api.fs.copy.basename, default mapping ge (#2698)
  > ci: set concurrency and trigger ci on master (#2701)
  > fix(#2695): git toplevel guard against missing paths (#2696)
  > fix: searchcount exception on invalid search regex (#2693)
  > feat(#2630): file renames can now create directories (#2657)
  > docs: add help indexes (#2684)
  > docs: :help nvim-tree-legacy (#2679)
  > docs: add highlight examples to quickstart, document pre-overhaul SpellCap groups (#2680)
  > chore(master): release nvim-tree 1.0.0 (#2670)
  > chore: release 1.0.0 (#2678)
  > ci: triggers, nvim stable version & env vars (#2671)
  > chore(deps): bump JohnnyMorganz/stylua-action from 3 to 4 (#2672)
  > feat(#2654): filters.custom may be a function (#2655)
  > chore(master): release nvim-tree 0.100.0 (#2635)
  > fix(#2415): highlight help header and mappings (#2669)
  > feat(#2415): add :NvimTreeHiTest (#2664)
  > feat: add node.open.toggle_group_empty, default mapping L (#2647)
  > fix(#2415): nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence (#2642)
  > fix(#2415): NvimTreeIndentMarker highlight group: FileIcon->FolderIcon (#2656)
  > fix(#2415): disambiguate highlight groups, see :help nvim-tree-highlight-overhaul (#2639)
  > fix(#2643): correctly apply linked highlight groups in tree window (#2653)
  > fix(#2637): show buffer modified icons and highlights (#2638)
  > fix(#2632): occasional error stack when locating nvim-tree window (#2633)
  > fix: bad column offset when using full_name (#2629)
  > fix: allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker (#2636)
  > feat(#2415): colour and highlight overhaul, see :help nvim-tree-highlight-overhaul (#2455)
  > fix(#2624): open file from docked floating window (#2627)
  > chore(deps): bump actions/checkout from 3 to 4 (#2623)
  > ci: fix: run on push release-please--branches--master--components--nvim-tree (#2621)
  > ci: allow workflow_dispatch (#2620)
  > ci: run on push release-please--branches--master--components--nvim-tree (#2619)
  > feat(#1389): api: recursive node navigation for git and diagnostics (#2525)
  > ci: lua language server and Makefile (#2546)
  > release nvim-tree 0.99.0 (#2587)
  > chore: release 0.99.0
  > fix(#2609): help toggle (#2611)
  > refactor: improve API readability and tidy actions submodules (#2593)
  > feat: add kind param to vim.ui.select function calls (#2602)
  > fix: hijack_cursor on update focused file and vim search (#2600)
  > fix(#2519): Diagnostics Not Updated When Tree Not Visible (#2597)
  > feat: add option to skip gitignored files on git navigation (#2583)
  > feat(#1850): add "no bookmark" filter (#2571)
  > chore: first release (#2588)
  > refactor: take single `opts` param on node navigation (#2584)
  > ci: fix release-please manifest (#2586)
  > ci: configure release-please
  > fix(#2568): hijack_cursor positions at top grouped node (#2569)
  > refactor(#1645): remove unused open_replacing_current_buffer (#2570)
  > ci: add style check for doc comments (#2575)
  > chore: add type annotations and resolve LSP warnings (#2555)
  > chore(deps): bump google-github-actions/release-please-action from 3 to 4 (#2573)
  > docs(#285): clarify api.fs.create directory creation (#2572)
  > chore: remove `TreeExplorer` global variable (#2561)
  > refactor: api and command focus call tree.open(), soft deprecate tree.focus()
  > fix: harden tree root cwd fetch (#2557)
  > feat(log): add node inspection function (#2541)
  > docs: complete API calls for commands (#2556)
  > chore(deps): bump actions/checkout from 3 to 4
  > feat(#2544): add api.tree.winid (#2545)
  > ci: pin versions, use luarocks for luacheck (#2543)
  > fix(#2468): always apply filters to subdirectories (#2537)
  > docs: update quick start example (#2540)
  > fix(#2516): diagnostics icon highlight group matches the documentation: NvimTreeLspDiagnosticsInfo -> Information (#2518)
  > fix: git highlight for new staged files (#2534)
  > fix: harden git status updates (#2533)
  > feat(#2530): keep alt filename on node.open.replace_tree_buffer (#2531)
  > fix(#2523): live filter overlay width calculation (#2524)
  > fix: reload tree on `BufEnter` if cwd is different (#2527)
  > fix: cleanup live filter scratch buffers (#2522)
  > feat(#2515): add option to change grouped folders name with custom function (#2521)
  > fix(#2512): file creation in empty folder without root_folder_label (#2514)
  > feat: allow cycling on git/diagnostic/opened files navigation (#2506)
  > chore(deps): bump amannn/action-semantic-pull-request
  > fix(#2507): icon in message after rename-file (#2510)
  > fix: error when deleting opened file from floating window (#2503)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/typescript-vim eafdcf5...e83ccab (1):
  > Include alternatives to this syntax in README

* aspects/nvim/files/.config/nvim/pack/bundle/opt/undotree 170aa9e...aa93a7e (6):
  > Merge pull request #177 from devansh08/fix/readme-options-link
  > Merge pull request #175 from ArtAndreev/nolist
  > Merge pull request #171 from JJCUBER/master
  > Merge pull request #170 from samisalreadytaken/diffcmd
  > Create LICENSE
  > Merge pull request #167 from VimfanTPdvorak/master

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-dirvish bbf53b3...b660af1 (4):
  > feat: show error if directory is not readable
  > mappings: restore "q" mapping, soft-deprecate "gq"
  > fix(apply_icons): filename may be truncated #243
  > doc: tree-view mapping overwrites unnamed register

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-dispatch 6cc2691...4c695bc (3):
  > Remove redundant variable `winid`
  > Require quickfix id for asynchronous dispatch
  > Ensure .status is integer

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-eunuch 67f3dd3...8fb3904 (3):
  > Make :Cfind work on win32
  > Silence Lua variant of <CR> map
  > Integrate <CR> map with Lua functions

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-fugitive 46eaf89...41beeda (27):
  > For push map, never push to fetch remote
  > Use fewer buffer variables for status buffer
  > Introduce stat.push and stat.merge
  > Move push_remote and fetch_remote into stat
  > Move pull_type into stat
  > Don't assume default value for branch.*.merge
  > Avoid settabvar()
  > Move props into stat
  > Replace status buffer contents atomically
  > Give status exec result variable a clearer name
  > Fix shortened :call command
  > Update tabpagenr('#') version constraint to fix ml_get error
  > Allow for numeric tab argument in <mods>
  > Add corresponding nvim check for tabpagenr('#')
  > Avoid tabpagenr('#') on Vim versions without it
  > Remove error handler from status BufReadCmd
  > Reorder status BufReadCmd
  > Defer initializing b:fugitive_files until rendering status
  > Always use absolute path for :Ggrep quickfix list
  > Avoid resetting 'last accessed tab' status
  > Fix misaligned output of :G blame -s
  > Support edit script when temp dir name contains space
  > Fix handling of Include in SSH config
  > Relay stdin in s:StdoutFile() on Vim 7
  > Return first, not last, value for FugitiveConfigGet()
  > Fix write to index on Vim 7
  > Buffer output when using the pager

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-kitty 8914756...dc5086d (1):
  > Sync with v0.32.1

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-ledger 8e735f8...281346a (1):
  > Update and document compiler to adapt to hledger and Winodws (#149)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-markdown 46add6c...a657e69 (1):
  > docs: Correct mappings zo/zO and add za/zA (#652)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-projectionist e292c4e...afc737d (2):
  > Set b:workspace_folder to outermost root
  > Ignore VimEnter autocommand when starting with a session (#186)

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-rails 1ad9663...3a15546 (1):
  > Use ++ syntax for dispatch commands

* aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-slime c65472e...1feef68 (6):
  > Merge pull request #414 from tbung/fix-wezterm-trailing-space
  > Merge pull request #415 from jam1015/jobpid_fun
  > Merge pull request #411 from jam1015/track_channels
  > Merge pull request #410 from raffaem/docs
  > Merge pull request #403 from aloispichler/patch-1
  > Merge pull request #401 from ptonner/main

* aspects/nvim/files/.config/nvim/pack/bundle/opt/zen-mode.nvim 50e2e2a...78557d9 (2):
  > chore(build): auto-generate vimdoc
  > fix: add default to ZenBg to allow customization (#108)
  • Loading branch information
wincent committed Mar 15, 2024
1 parent c1c7548 commit 53d46eb
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/LuaSnip
Submodule LuaSnip updated 60 files
+1 βˆ’0 .github/FUNDING.yml
+18 βˆ’0 .github/workflows/luarocks.yml
+2 βˆ’0 .gitignore
+4 βˆ’1 .gitmodules
+112 βˆ’18 DOC.md
+20 βˆ’10 Makefile
+1 βˆ’1 deps/jsregexp
+1 βˆ’0 deps/jsregexp005
+226 βˆ’99 doc/luasnip.txt
+3 βˆ’0 lua/luasnip/_types.lua
+7 βˆ’164 lua/luasnip/config.lua
+212 βˆ’0 lua/luasnip/default_config.lua
+1 βˆ’1 lua/luasnip/extras/_treesitter.lua
+1 βˆ’3 lua/luasnip/extras/filetype_functions.lua
+1 βˆ’1 lua/luasnip/extras/treesitter_postfix.lua
+8 βˆ’19 lua/luasnip/init.lua
+0 βˆ’77 lua/luasnip/loaders/_caches.lua
+27 βˆ’0 lua/luasnip/loaders/data.lua
+361 βˆ’170 lua/luasnip/loaders/from_lua.lua
+371 βˆ’154 lua/luasnip/loaders/from_snipmate.lua
+436 βˆ’264 lua/luasnip/loaders/from_vscode.lua
+711 βˆ’0 lua/luasnip/loaders/fs_watchers.lua
+29 βˆ’36 lua/luasnip/loaders/init.lua
+93 βˆ’0 lua/luasnip/loaders/snippet_cache.lua
+8 βˆ’0 lua/luasnip/loaders/types.lua
+99 βˆ’11 lua/luasnip/loaders/util.lua
+4 βˆ’1 lua/luasnip/nodes/duplicate.lua
+9 βˆ’4 lua/luasnip/nodes/node.lua
+5 βˆ’0 lua/luasnip/nodes/restoreNode.lua
+73 βˆ’15 lua/luasnip/nodes/snippet.lua
+49 βˆ’16 lua/luasnip/nodes/util.lua
+91 βˆ’57 lua/luasnip/nodes/util/trig_engines.lua
+35 βˆ’0 lua/luasnip/session/enqueueable_operations.lua
+10 βˆ’1 lua/luasnip/session/init.lua
+33 βˆ’25 lua/luasnip/session/snippet_collection/init.lua
+9 βˆ’1 lua/luasnip/util/_builtin_vars.lua
+54 βˆ’0 lua/luasnip/util/auto_table.lua
+123 βˆ’8 lua/luasnip/util/directed_graph.lua
+41 βˆ’0 lua/luasnip/util/jsregexp.lua
+13 βˆ’0 lua/luasnip/util/lazy_table.lua
+47 βˆ’32 lua/luasnip/util/parser/ast_utils.lua
+28 βˆ’5 lua/luasnip/util/parser/neovim_parser.lua
+69 βˆ’0 lua/luasnip/util/path.lua
+141 βˆ’0 lua/luasnip/util/select.lua
+22 βˆ’10 lua/luasnip/util/table.lua
+13 βˆ’0 lua/luasnip/util/time.lua
+0 βˆ’170 lua/luasnip/util/util.lua
+20 βˆ’38 plugin/luasnip.lua
+2 βˆ’0 tests/data/lua-snippets/luasnippets/lua/anyname.lua
+2 βˆ’0 tests/data/snipmate-snippets/snippets/lua.snippets
+126 βˆ’8 tests/helpers.lua
+30 βˆ’0 tests/integration/add_snippets_spec.lua
+542 βˆ’35 tests/integration/loaders_spec.lua
+145 βˆ’86 tests/integration/parser_spec.lua
+203 βˆ’0 tests/integration/select_spec.lua
+207 βˆ’1 tests/integration/session_spec.lua
+93 βˆ’2 tests/integration/snippet_basics_spec.lua
+ βˆ’ tests/parsers/lua_07_09.so
+1 βˆ’1 tests/unit/directed_graph_spec.lua
+283 βˆ’0 tests/unit/fswatcher_spec.lua
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp-emoji
Submodule cmp-emoji updated 1 files
+1 βˆ’1 lua/cmp_emoji/init.lua
Submodule cmp-nvim-lsp updated 1 files
+9 βˆ’8 README.md
Submodule nvim-lspconfig updated 98 files
+3 βˆ’64 .github/ISSUE_TEMPLATE/bug_report.yml
+0 βˆ’24 .github/ISSUE_TEMPLATE/feature_request.yml
+1 βˆ’1 .github/workflows/comment-config-changes.yml
+1 βˆ’1 .github/workflows/lint.yml
+6 βˆ’5 doc/lspconfig.txt
+1,655 βˆ’232 doc/server_configurations.md
+1,655 βˆ’232 doc/server_configurations.txt
+27 βˆ’8 flake.lock
+2 βˆ’0 flake.nix
+15 βˆ’3 lua/lspconfig/async.lua
+5 βˆ’5 lua/lspconfig/configs.lua
+22 βˆ’21 lua/lspconfig/manager.lua
+38 βˆ’0 lua/lspconfig/server_configurations/ast_grep.lua
+29 βˆ’0 lua/lspconfig/server_configurations/autotools_ls.lua
+1 βˆ’1 lua/lspconfig/server_configurations/beancount.lua
+6 βˆ’7 lua/lspconfig/server_configurations/biome.lua
+45 βˆ’0 lua/lspconfig/server_configurations/bqnlsp.lua
+22 βˆ’0 lua/lspconfig/server_configurations/bzl.lua
+2 βˆ’5 lua/lspconfig/server_configurations/cairo_ls.lua
+33 βˆ’0 lua/lspconfig/server_configurations/cds_lsp.lua
+21 βˆ’0 lua/lspconfig/server_configurations/contextive.lua
+3 βˆ’1 lua/lspconfig/server_configurations/csharp_ls.lua
+67 βˆ’0 lua/lspconfig/server_configurations/css_variables.lua
+1 βˆ’0 lua/lspconfig/server_configurations/cssls.lua
+2 βˆ’20 lua/lspconfig/server_configurations/custom_elements_ls.lua
+23 βˆ’0 lua/lspconfig/server_configurations/cypher_ls.lua
+19 βˆ’0 lua/lspconfig/server_configurations/dcmls.lua
+49 βˆ’0 lua/lspconfig/server_configurations/delphi_ls.lua
+12 βˆ’23 lua/lspconfig/server_configurations/denols.lua
+4 βˆ’2 lua/lspconfig/server_configurations/docker_compose_language_service.lua
+33 βˆ’0 lua/lspconfig/server_configurations/dprint.lua
+9 βˆ’4 lua/lspconfig/server_configurations/elixirls.lua
+0 βˆ’3 lua/lspconfig/server_configurations/emmet_language_server.lua
+5 βˆ’1 lua/lspconfig/server_configurations/eslint.lua
+17 βˆ’0 lua/lspconfig/server_configurations/facility_language_server.lua
+4 βˆ’0 lua/lspconfig/server_configurations/fennel_ls.lua
+16 βˆ’0 lua/lspconfig/server_configurations/gdshader_lsp.lua
+1 βˆ’1 lua/lspconfig/server_configurations/gopls.lua
+2 βˆ’7 lua/lspconfig/server_configurations/gradle_ls.lua
+48 βˆ’0 lua/lspconfig/server_configurations/harper_ls.lua
+10 βˆ’0 lua/lspconfig/server_configurations/helm_ls.lua
+2 βˆ’14 lua/lspconfig/server_configurations/hls.lua
+1 βˆ’1 lua/lspconfig/server_configurations/html.lua
+1 βˆ’1 lua/lspconfig/server_configurations/htmx.lua
+20 βˆ’0 lua/lspconfig/server_configurations/hydra_lsp.lua
+0 βˆ’1 lua/lspconfig/server_configurations/jdtls.lua
+28 βˆ’0 lua/lspconfig/server_configurations/jinja_lsp.lua
+1 βˆ’0 lua/lspconfig/server_configurations/jsonnet_ls.lua
+36 βˆ’0 lua/lspconfig/server_configurations/koka.lua
+11 βˆ’25 lua/lspconfig/server_configurations/kotlin_language_server.lua
+1 βˆ’1 lua/lspconfig/server_configurations/lexical.lua
+46 βˆ’11 lua/lspconfig/server_configurations/ltex.lua
+27 βˆ’26 lua/lspconfig/server_configurations/lua_ls.lua
+37 βˆ’0 lua/lspconfig/server_configurations/lwc_ls.lua
+19 βˆ’0 lua/lspconfig/server_configurations/markdown_oxide.lua
+1 βˆ’7 lua/lspconfig/server_configurations/matlab_ls.lua
+13 βˆ’0 lua/lspconfig/server_configurations/mdx_analyzer.lua
+20 βˆ’0 lua/lspconfig/server_configurations/nushell.lua
+1 βˆ’1 lua/lspconfig/server_configurations/ocamllsp.lua
+2 βˆ’3 lua/lspconfig/server_configurations/ols.lua
+2 βˆ’10 lua/lspconfig/server_configurations/omnisharp.lua
+17 βˆ’0 lua/lspconfig/server_configurations/pico8_ls.lua
+2 βˆ’8 lua/lspconfig/server_configurations/psalm.lua
+9 βˆ’2 lua/lspconfig/server_configurations/purescriptls.lua
+1 βˆ’0 lua/lspconfig/server_configurations/pylyzer.lua
+13 βˆ’2 lua/lspconfig/server_configurations/pyright.lua
+1 βˆ’1 lua/lspconfig/server_configurations/quick_lint_js.lua
+13 βˆ’27 lua/lspconfig/server_configurations/rescriptls.lua
+0 βˆ’7 lua/lspconfig/server_configurations/rubocop.lua
+21 βˆ’12 lua/lspconfig/server_configurations/rust_analyzer.lua
+44 βˆ’0 lua/lspconfig/server_configurations/slangd.lua
+22 βˆ’0 lua/lspconfig/server_configurations/snyk_ls.lua
+21 βˆ’9 lua/lspconfig/server_configurations/solidity_ls.lua
+40 βˆ’0 lua/lspconfig/server_configurations/somesass_ls.lua
+8 βˆ’2 lua/lspconfig/server_configurations/sourcekit.lua
+1 βˆ’1 lua/lspconfig/server_configurations/spyglassmc_language_server.lua
+2 βˆ’6 lua/lspconfig/server_configurations/sqls.lua
+2 βˆ’2 lua/lspconfig/server_configurations/swift_mesonls.lua
+1 βˆ’3 lua/lspconfig/server_configurations/syntax_tree.lua
+23 βˆ’0 lua/lspconfig/server_configurations/tabby_ml.lua
+12 βˆ’5 lua/lspconfig/server_configurations/tailwindcss.lua
+5 βˆ’0 lua/lspconfig/server_configurations/terraformls.lua
+1 βˆ’1 lua/lspconfig/server_configurations/texlab.lua
+39 βˆ’5 lua/lspconfig/server_configurations/tsserver.lua
+23 βˆ’0 lua/lspconfig/server_configurations/twiggy_language_server.lua
+21 βˆ’0 lua/lspconfig/server_configurations/typos_lsp.lua
+1 βˆ’0 lua/lspconfig/server_configurations/typst_lsp.lua
+28 βˆ’0 lua/lspconfig/server_configurations/vacuum.lua
+1 βˆ’0 lua/lspconfig/server_configurations/vale_ls.lua
+1 βˆ’1 lua/lspconfig/server_configurations/veryl_ls.lua
+6 βˆ’1 lua/lspconfig/server_configurations/volar.lua
+2 βˆ’5 lua/lspconfig/server_configurations/vtsls.lua
+2 βˆ’2 lua/lspconfig/server_configurations/zls.lua
+4 βˆ’4 lua/lspconfig/ui/lspinfo.lua
+27 βˆ’11 lua/lspconfig/util.lua
+8 βˆ’8 plugin/lspconfig.lua
+1 βˆ’0 selene.toml
+1 βˆ’1 test/lspconfig_spec.lua
Submodule typescript-vim updated 1 files
+12 βˆ’2 README.md
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/undotree
Submodule undotree updated 4 files
+28 βˆ’0 LICENSE
+1 βˆ’1 README.md
+14 βˆ’7 autoload/undotree.vim
+9 βˆ’9 plugin/undotree.vim
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-eunuch
Submodule vim-eunuch updated 1 files
+22 βˆ’4 plugin/eunuch.vim
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-kitty
Submodule vim-kitty updated 2 files
+1 βˆ’1 README.md
+17 βˆ’16 syntax/kitty.vim
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-ledger
Submodule vim-ledger updated 2 files
+4 βˆ’1 compiler/ledger.vim
+5 βˆ’1 doc/ledger.txt
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-rails
Submodule vim-rails updated 1 files
+3 βˆ’3 autoload/rails.vim

0 comments on commit 53d46eb

Please sign in to comment.