8000
-
Notifications
You must be signed in to change notification settings - Fork 105
Make ftplugin/arc.lua a symlink to ftplugin/hgcommit.lua #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement 8000 . We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
wincent
added a commit
that referenced
this issue
Oct 2, 2023
* aspects/dotfiles/files/.zsh/zsh-autosuggestions a411ef3...c3d4e57 (6): > Merge pull request #687 from japanese-goblinn/master > Merge pull request #723 from migimigi/migimigi-patch-1 > Merge pull request #671 from jirutka/patch-1 > Merge pull request #711 from dpthegrey/patch-1 > Merge pull request #758 from mjperrone/patch-1 > Merge pull request #755 from rweir/master * aspects/dotfiles/files/.zsh/zsh-history-substring-search 0f80b8e...400e58a (5): > Merge pull request #135 from jirutka/redrawhook > Merge pull request #97 from partcyborg/master > Merge pull request #117 from ivopauly/patch-1 > Merge pull request #108 from ericbn/dont-overwrite-config > add HISTORY_SUBSTRING_SEARCH_PREFIX (#112,#115) * aspects/dotfiles/files/.zsh/zsh-syntax-highlighting 82cf252...143b25e (276): > docs: Fix Homebrew link > docs: ZSH_HIGHLIGHT_HIGHLIGHTERS is (main) by default > docs: Markup changes only (in the brew installation instructions) > Fix proxychains args > docs: Add Fig instructions > main: Add cpulimit to precommands > main precommands += torsocks > main: Housekeep $precommand_options. Add -v to tabbed(1). > main: Deconfuse $EDITOR > main: precommand_options += grc > *: Update sourceforge links > changelog: Update zsh version numbers > docs: regexp: Document the platform dependency > CI += zsh 5.8.1 > driver: Bump the in-development is-at-least checks so they return false on zsh 5.8.1, released yesterday. > main: New test for issue #854 > driver: Simplify grammar of a comment. No functional change. > check KEYS_QUEUED_COUNT and PENDING to skip parsing when pasting > docs: Add `regexp` to the list of built-in highlighters > docs: Change highlighters' URL indexes from numbers to labels > *: Fix spelling > CI: Pull image from the GitHub container registry > main: Honor shwordsplit when expanding parameters > main: precommands += proxychains > docs,CI: Switch to Libera.Chat > docs: Use SSL for the link to zsh's homepage. > docs: Fix broken link to fish shell > main: Allow for "]" in shell aliases > 'main': Disable a lint warning when env(1) was followed by a pipe. > Switch to GitHub Actions from Travis > main: Remember nest level an alias was seen in for seen_alias > main: Convert in_alias to an array of shift counts > docs: Add resource link for NetBSD operating system > main: Forget seen aliases when starting a new command > Revert "tests: Add a test that 'rehash' isn't run." > tests: Add a test that 'rehash' isn't run. > docs: Update Gentoo link > tests: parameter-to-global-alias: Fix a false positive failure when 'x' happens to be a valid external command name. > changelog: Document #712 under the last tag, 0.8.0-alpha1-pre-redrawhook. > tests: precommand-killing1: Use a dummy path that always exists > driver: Fix a version number check to work around a bug in the zsh version whereunder the check should return false. > docs: Add OpenBSD port > docs: Sort INSTALL.md > empty commit: Close redrawhook bugs > Merge branch 'feature/redrawhook' > Post-release version number bump. > Tag version 0.8.0-alpha1-pre-redrawhook. > brackets: Optimize the character iteration > Revert "driver: Move the initialization of $zsh_highlight__memo_feature out of the entry point function." > driver: Move the initialization of $zsh_highlight__memo_feature out of the entry point function. > driver: Follow-up to grandparent: Have all test suite entry points declare the mock $region_highlight. > Use the new, unreleased zsh 'memo=' feature to remove only our own entries from $region_highlight. > driver: Stop re-declaring $region_highlight. It's unneeded. > docs: regexp highlighter: Fix a wrong associative array name in the example. > docs: Fix obs-repository link > tests: Fix a wrong value of $PREBUFFER in a test, and add checks to prevent this from recurring. > test harness: Fix use of an undefined variable in an error message. > 'main': Don't progress the $in_redirection staller while $in_param. > tests: Add an XFail test for issue #712. > 'main': Highlight the parentheses of array assignments as reserved words. > CI += zsh-5.8 > main: Add tests for arithmetic expansion > main: Add arithmetic substitution highlighting > changelog.md: Restore vertical whitespace before section headers. > 'main': Fix issue #677, concerning multiline aliases. > changelog: Update through HEAD. > 'main': Optimize the unquoted arguments characterwise walker > changelog: Update through HEAD. > test harness: Print the expected-v.-actual on every failure, not just upon cardinality failures. > Document ZSH_HIGHLIGHT_MAXLENGTH. > 'main': Fix the last commit's bug concerning parameter elision not happening in redirects in command position. > 'main': Add a test for parameter elision not happening in redirects in command position. > 'main': Fix regression in zsh 5.3.1 and older: all precmd hooks later than z-sy-h would be aborted. > changelog += WARN_NESTED_VAR fixes (#727, #731) > 'main': Fix a regression caused by the great-grandparent commit's WARN_NESTED_VAR fix. > 'main': Don't run `_zsh_highlight_main__type` on every non-command word. > 'make perf': Show only a cumulative datum per highligher, rather than per test file. > 'main': Don't trip WARN_NESTED_VAR. > 'main': Follow-up to previous: Document the version number, and deduplicate some option letters. > 'main': precommands += strace > editorconfig: Fix Makefile settings > Fix typo > Bump copyright years. > driver: Fix "_zsh_highlight:3: read-only variable: ret" warnings when POSIX_BUILTINS is set. > tests: Add a test for the infinite loop fixed by each of the last two commits. > 'main': Fix expansion of positional parameters in `_zsh_highlight_main_highlighter__try_expand_parameter`. > 'main': Fix an infinite loop. > 'main': precommands += ionice(1) (from util-linux) > driver: Simplify initialization of $zsyh_user_options in the fallback codepath. > driver: Make sure we don't change the return value in a called function. > 'main': Make logic more robust. No functional change. > 'main': Break out an anonymous function into a named function. > Fix typos in comments. > main: Add test for issue #713 > 'main': Support the 'env' precommand. > test harness: Fix the pretty-printer's padding implementation. > Revert "test harness: Rewrite the columnar pretty-printer without external tools." and "travis: Remove bsdmainutils since column(1) has been removed, three commits ago." > changelog: Update through HEAD. > Merge pull request #669 from danielshahaf/cdpath-and-nonexecutable-in-command-position-v1 > 'main': Correctly highlight '&&' and '||' inside '[[ … ]]' conditions. > 'main': Highlight reserved words following assignments as errors. > tests: Add tests for issue #461. > test harness: Output the time information to the same place the test name was printed to. > test harness: Stringify values in a more readable manner. > tests: Add a unit test for a path specified with mixed quoting. > tests: Add a test for issue #498, which has already been fixed. > tests: Test that global qualifiers and command substitutions aren't evaluated. > 'main': Highlight errors from the EQUALS option. > 'main': Let the type determination ignore global aliases when it ignores regular ones. > 'main': Add a regression test for parameters that expand to global aliases. > 'main': Enable the zsh/parameter codepath of global aliases highlighting. > changelog: Update through HEAD. > travis: Remove bsdmainutils since column(1) has been removed, three commits ago. > 'main': Highlight global aliases > tests: Record current behaviour on global aliases. > test harness: Rewrite the columnar pretty-printer without external tools. > test harness: Fix an issue with the pretty-printed $expected_region_highlight/$region_highlight diffing. > 'main': Support the "close file descriptor" and "coproc" redirection syntaxes > tests: Add a test for the "close file descriptor" and "coproc" redirection syntaxes > tests: Fix the test added in the last commit. > tests: Add a test for issue #705, concerning continuation lines. > test harness: Let tests fail early by exiting non-zero or by setting a flag. > test harness: Print the test name when $skip_test is set. > test harness: Remove a bogus check. > test harness: Fix $skip_test support, broken yesterday. > travis: Install bsdmainutils to provide column(1). > Merge remote-tracking branch 'danielsh/whitespace-historical' > test harness: When the cardinality check fails, pretty-print \$expected_region_highlight and \$region_highlight. > test harness: Don't leak options from test files to the test harness. > test harness: Fix test failures under zsh 5.0.8 and older. > 'main': Fix a bug manifesting under zsh 5.2 and older. > 'main': Don't highlight arithmetic expansions as command substitutions. > tests: Add a test documenting the current state, prior to introducing #704. > test harness: Change cardinality check semantics > test harness: No-op change to minimize the next diff. > 'main': Document additional meanings of the 'S' $braces_stack flag. > 'main': When the redirection operator '>&' or '<&' is followed by a positive integer, do not consider that as a filename; it's always a file descriptor. > 'main': Add $last_arg for "lookbehind". > noop: Clarify comment. > 'main': Honour the MULTIOS option when applying the 'globbing' style. > 'main': Document what $in_redirection is currently used for. > 'main': The optimized cmdsubst input syntax doesn't glob. > changelog: Fix markup. > tests: Add a test for issue #571. > changelog.md (0.7.0): Fix typo > tests: Add a test for a bug fixed in 2d0dddf58bab0bd9220f29919065ff85db66390e "'main': Don't dequote the word in command position before analyzing it.". > 'main': Fix highlighting of null execs. > 'main': Optimize the path_prefix check. > changelog: Update through HEAD. > Merge the first three commits of PR #669 > changelog: Update through HEAD. > 'main': Support the non-precommand flags of sudo(8) and ssh-agent(1). > 'main': Add infrastructure for precommand options that are not to be followed by a command word (issue #678). > 'main': Don't use «foo && bar || baz» where a trenary is more appropriate. > 'main': Prepare to add additional fields to $precommand_options values. > tests: Fix an XFail test expectation. > tests: Fixup last commit. > tests: Add a test for uninstalled precommands. > Merge remote-tracking branch 'danielsh/tests-skip-cardinality-v1' > changelog: Update through HEAD. > 'main': Document the second meaning of the 'comment' style. > 'main': Factor out common logic to after the case/esac. > 'main': Support parameter elision in command position. > 'main': Expand comment. > make test: Re-enable syntax highlighting of TAP output in interactive runs > editorconfig += Makefile > tests: Fix the test for alias loops. > tests: Add an XFail test for issue #694. > 'main': Allow newlines in command position. > tests: Distinguish issues #616 and #677. > tests: Add cross-references. > 'main': Clarify documentation of the :sudo_opt: and :sudo_arg: states. > changelog: Update through HEAD. > tests: Extend and document the after-a-parse-error aspects of the issue #651 test. > 'main': Highlight pipes inside array assignments as errors > noop: Add comments. > 'main': Highlight literal semicolons in array assignments as errors. > 'main': Add infrastructure for treating literal newlines differently to semicolons. > tests: Add some tests for unusual or invalid elements in array assignments: > test harness: Update tests/edit-failed-tests for harness output changes in commit 2b3638a211cca4790c5b3b4f607edc0b0b2b6c73, "test harness: Tweak quiet-test output". > changelog: Update through HEAD. > driver: Be resilient to KSH_ARRAYS being set in the calling scope > main: Declare variable local to fix WARN_CREATE_GLOBAL error > make test: Run tests under env -i > 'main': Add a test for issue #687, concerning the SH_WORD_SPLIT option. > Highlight redirections by default, and add that to the examples in README. > tests harness docs: Add paragraph breaks. > 'main': Fix issue #577. > 'main': Fix the currently-failing test for issue #577. > test harness: Honour $expected_mismatch when there are more expected than observed highlights. > Post-release version number bump. > Tag version 0.7.1. > release.md: Update with the step that was missed in 0.7.0. > Update changelog for the 0.7.1 release. > Update changelog for the 0.7.0 release. (Yes, this should have been committed earlier today.) > Post-release version number bump. > Tag version 0.7.0. > release.md: Add details about a step. > tests: Fix the last added test to pass when sudo(8) isn't installed. > Bump copyright years. > tests: Add a test for partial elisions of parameter expansions in command position > tests: Fix previous > tests: Add main test for alias of a parameter like string > test harness: Tweak quiet-test output > test harness: Include $PREBUFFER and $BUFFER in the output. > noop: Whitespace changes only. > tests: Support non-arrays in typeset_p(). > 'main': Do not look for metacharacters in parameter expansions. > 'main': Add two tests for metacharacters in parameter expansions. > 'main': Parameter expansions may not contain assignments. > tests: Add tests for issue #670. > 'main': Pass parameters through the multi-word machinery, as we already do for aliases. > 'main': precommands += chronic, ifne (from moreutils) > docs: Fix typo > main: Add tests for issue #678 > changelog: Document #670 as a known issue. > changelog: Document #677 as a known issue. > tests: Fix another instance of issue from the last commit. > tests: Unbreak the build on zsh 5.0.8 and older. > tests: Don't filter out tests that aborted. > 'main': precommands: Remove argumentless options that can't be followed by a command word. > docs: Track FreeBSD port rename > 'main': Support tabbed(1) from suckless-tools > tests: Add a regression test for issue #676. > Bump copyright years. > dev tools: New script to ease opening $EDITOR on failing tests. > dev tools: Allow specifying preamble code when generating test cases. > Add .editorconfig file. > tests: Add failing tests for issue #674. > tests: Make sudo-longopt pass when sudo isn't installed. > 'main': Restore 0.6.0's behaviour for unknown options. > 'main': Don't highlight unknown precommand flags as errors. > 'main': Add an XFail test for #641 and #658. > 'main': Change the issue a test is associated with. > 'main': Add some tests for complete and partial absolute paths in command position. > 'main': Update comments after last commit. No functional change. > 'main': Simplify alias handling. > 'main': Fix issue #652. > 'main': precommands += ssh-agent > 'main': Fix the new 'backslash' test on zsh-5.0.2 and older. (The bug occurred on zsh-5.0.7 and older but I don't have zsh-5.0.7 handy to test on.) > 'main': Don't dequote the word in command position before analyzing it. > noop: Quote the bitflag values. > Bump copyright years. > release.md: Add missing argument. > Post-release version number bump. > Tag version 0.7.0-beta1. > changelog: Add three entries > changelog: Start 0.7.0's changelog. > Add a unit test for dc1b2f6fa4bb477e7b9712ebdb4e82beb50258c6. > Add a test for redirection from/to process substitution. > Don't describe as ZSH_HIGHLIGHT_DIRS_BLACKLIST as experimental, now that it's named without the X_ prefix. > Add a test for 2f03b6d704afd172d5fdf73ca5ebde8be5824056. > dev tools: Fix regression introduced in commit "Print the test data to stdout for convenience.". > 'main': Add a test for 07f259f653df042e599975261cac7be1bda17b5c. > dev tools: Print the test data to stdout for convenience. > 'main': Fix highlighting of the 'time' and 'nocorrect reserved words > 'main': Add two basic tests for aliases. > 'main': Add a regression test for #652. > 'main': Add some precommands. > main: Add test for previous > main: Avoid $end_pos when calculating $arg size > driver: adjust region end for vi command mode > release.md: Document that release tags should be signed. > main: Drop X_ from X_ZSH_HIGHLIGHT_DIRS_BLACKLIST > 'main': Fix issue #623 by fixing the expectations of the regression test of issue #616. > main: Fix misspelling in test expectation > main: Add more alias tests > main: Use longer alias name in tests > main: Stop highlighting alias as its first word too > main: Fix faulty test > main: Use zsyh_user_options when splitting alias RHS > main: Do not highlight empty region between two adjacent $() > 'main': Hackily unbreak 'make test'. > 'main': Add an XFail regression test for issue #616. > 'main': Fix an issue whereby a --option was highlighted as a file > tests: use zshusers/zsh image with tags (see zsh-users/zsh-docker#16)
wincent
added a commit
that referenced
this issue
Mar 15, 2024
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 8000 : 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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With a comment inside reminding the reader that the file covers both.
The text was updated successfully, but these errors were encountered: