-
-
Notifications
You must be signed in to change notification settings - Fork 123
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. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use external nio #337
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rcarriga
force-pushed
the
feat/use-external-nio
branch
4 times, most recently
from
December 22, 2023 10:22
6f5c15f
to
39bb0f5
Compare
rcarriga
force-pushed
the
feat/use-external-nio
branch
from
January 20, 2024 15:27
39bb0f5
to
b5637dd
Compare
rcarriga
force-pushed
the
feat/use-external-nio
branch
from
February 14, 2024 22:23
b5637dd
to
cf1770d
Compare
rcarriga
force-pushed
the
feat/use-external-nio
branch
from
March 18, 2024 15:40
cf1770d
to
fc0e20f
Compare
BREAKING CHANGE: Requires https://github.com/nvim-neotest/nvim-nio to be installed
rcarriga
force-pushed
the
feat/use-external-nio
branch
from
March 18, 2024 15:43
fc0e20f
to
9532fff
Compare
Aietes
added a commit
to Aietes/LazyVim
that referenced
this pull request
Mar 18, 2024
neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: nvim-neotest/neotest#337
folke
pushed a commit
to LazyVim/LazyVim
that referenced
this pull request
Mar 19, 2024
…d nvim-dap-ui respectively) (#2763) * Adding required nvim-nio to neotest in test-core neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: nvim-neotest/neotest#337 * Adding nvim-nio as dependency nvim-dap-ui now requires nvim-neotest/nvim-nio as a dependency as of recent changes
appelgriebsch
pushed a commit
to appelgriebsch/LazyVim
that referenced
this pull request
Mar 20, 2024
…d nvim-dap-ui respectively) (LazyVim#2763) * Adding required nvim-nio to neotest in test-core neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: nvim-neotest/neotest#337 * Adding nvim-nio as dependency nvim-dap-ui now requires nvim-neotest/nvim-nio as a dependency as of recent changes
andreaswachowski
added a commit
to andreaswachowski/dotfiles
that referenced
this pull request
Mar 28, 2024
This was introduced on 2024-03-18 in nvim-neotest/neotest#337 with nvim-neotest/neotest@8026caa
zidhuss
added a commit
to zidhuss/neotest-minitest
that referenced
this pull request
Apr 1, 2024
nvim-neotest requires external plugin nvim-nio to run. This was added as a breaking change in nvim-neotest/neotest#337
zidhuss
added a commit
to zidhuss/neotest-minitest
that referenced
this pull request
Apr 1, 2024
nvim-neotest requires external plugin nvim-nio to run. This was added as a breaking change in nvim-neotest/neotest#337
zidhuss
added a commit
to zidhuss/neotest-rspec
that referenced
this pull request
Apr 1, 2024
nvim-neotest requires external plugin nvim-nio to run. This was added as a breaking change in nvim-neotest/neotest#337
olimorris
pushed a commit
to olimorris/neotest-rspec
that referenced
this pull request
Apr 1, 2024
nvim-neotest requires external plugin nvim-nio to run. This was added as a breaking change in nvim-neotest/neotest#337
anjotadena
pushed a commit
to anjotadena/nvim-ide
that referenced
this pull request
Apr 9, 2024
…d nvim-dap-ui respectively) (LazyVim#2763) * Adding required nvim-nio to neotest in test-core neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: nvim-neotest/neotest#337 * Adding nvim-nio as dependency nvim-dap-ui now requires nvim-neotest/nvim-nio as a dependency as of recent changes
anjotadena
added a commit
to anjotadena/nvim-ide
that referenced
this pull request
Apr 9, 2024
* fix(dot): treesitter for hypr was renamed to hyprlang * feat(autocmds): dont use conceal for json files * chore(build): auto-generate vimdoc * feat(lsp): add diagnostic signs to lsp options (LazyVim#2192) Co-authored-by: Gary Murray <[email protected]> * feat(test): Add <leader>tl to neotest.run_last() (LazyVim#1968) * feat(gitsigns): update gitsigns.nvim preview command (LazyVim#2178) * chores(format.lua): Fix typo * Change gitsigns.nvim hunk preview shortcut Change `preview_hunk` to recently added `preview_hunk_inline` command * feat(keymaps): add function to toggle between light/dark backgrounds (LazyVim#2088) * fix(eslint): correct working directories name (LazyVim#2071) * feat(neo-tree): Adds copy file name command to Neo-Tree with 'Y' binding (LazyVim#2137) Co-authored-by: Ricardo Rebelo <[email protected]> * chore(main): release 10.9.0 (LazyVim#2391) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: fixup for LazyVim#2137 * chore(main): release 10.9.1 (LazyVim#2399) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * docs: typo in init.lua (LazyVim#2365) * docs(README-DE): remove .txt extension (LazyVim#2321) Probably some windows editor that added this automatically + known extensions hidden. * fix(autocmds): avoid checktime when buftype=nofile (LazyVim#2270) It triggered an 'E11: Invalid in command-line window; <CR> executes, CTRL-C quits' error when Neovim was in Command Line window and FocusGained. * fix(typescript): don't hardcode values in lua table (LazyVim#2254) * fix(typescript): don't hardcode values in lua table When a user changes `vim.opt.shiftwidth` with some auto-command, it's not taken into account. Make `opts` a function, so that values get evaluated when `lspconfig` loads instead. * fix(typescript): remove format settings entirely * fix(typescript): add back comment and Lua annotations * fix(typescript): bring back function call completion snippets * fix(options): change default conceal level to 2 (LazyVim#2053) 3 hides all concealed text, even if there are replacement chars defined e.g. : for Markdown, 3 hides list item markers, dots for asterisk lists and em-dashes for dash lists If replacements are defined as defaults in a plugin, the "Laziest™" config would seem to be displaying them. Level 1 only seems useful when alignment really matters. * feat(toggle): use `vim.diagnostic.is_disabled` when available (LazyVim#2217) * feat(toggle-diagnostics): change logic based on `vim.diagnostic.is_disabled` After discussion in LazyVim#2215, I thought maybe it would be beneficial if we could change the logic of the `toggle-diagnostics` function based on if the user has disabled diagnostics in his own configuration. * feat(toggle-diagnostics): revert to `enable` instead of `status` * fix(toggle): use vim.diagnostics enabled state when possible --------- Co-authored-by: Folke Lemaitre <[email protected]> * fix(neo-tree): better copy file name with `Y` * fix(hyprlang): use lazyvim way to install (LazyVim#2404) * chore(build): auto-generate vimdoc * fix(rust): avoid resetting cmp group_index to 1 (LazyVim#2332) For example, 'buffer' source by default has group_index = 2 [1], however if we take all the sources plus crates and run them through cmp.config.sources() again, since it's a one-dimensional list, all group_indexes will be reset to 1. [1] https://github.com/LazyVim/LazyVim/blob/879e29504d43e9f178d967ecc34d482f902e5a91/lua/lazyvim/plugins/coding.lua#L74-L80 * feat: added `LazyHealth` that loads all plugins and runs `:checkhealth` * feat(snippets): added extra to use native snippets instead of LuaSnip. * feat(telescope): add <leader>fg for finding files using git-files (LazyVim#2353) I found this to be more useful than the current <leader>ff and <leader>fF * fix(autocmds): apply conceal level change to local buffer options (LazyVim#2409) * chore(build): auto-generate vimdoc * chore(main): release 10.10.0 (LazyVim#2400) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore(build): auto-generate vimdoc * fix(dot): remove hyprlang plugin (LazyVim#2623) * chore(build): auto-generate vimdoc * fix(neo-tree): Add description to "Y" in Neo-Tree (LazyVim#2642) It copies the path of the file/directory * fix(autocmds): nvim already binds q to close for man-files (LazyVim#2594) * fix(options): don't lower timeoutlen when in VS Code (LazyVim#2568) Avoid lowering timeoutlen when running in VS Code, to avoid unwanted timeouts from key mappings. The lower value of 300ms (down from Neovim's default of 1000ms) works great outside of VS Code, where it helps trigger the which-key UI quickly, and where which-key prevents timeouts from occuring. But in VS Code (where which-key isn't applicable), the lower value makes it difficult to perform some key mappings in time, such as `]p`, which requires shifting hand position. * fix(yanky): properly disable sqlite.lua on Windows (LazyVim#2543) When directly modifying its `enabled` property, the plugin will remain disabled even if required by another plugin. * feat(hipatterns): add shorthand hex color support (LazyVim#2562) * feat(lang) replace rust-tools.nvim with rustacean.nvim - fixes LazyVim#2113 (LazyVim#2198) * feat(lang) - move to rustacean.nvim, fixes LazyVim#2113 * update rustacean plugin * PR comment for lsp settings * fix(telescope): dont use git_files when .ignore or .rgignore file is present * feat(lang): add ansible support (LazyVim#1218) * feat(treesitter): add xml to `ensure_installed` (LazyVim#1962) * chore(treesitter.lua): fix typo (LazyVim#2026) * fix typo * fix typo * fix(telescope): anonymous keymap (LazyVim#1879) * fix(telescope): anonymous keymap * fix(telescope): add desc * fix(telescope): function name * fix(telescope): update description * fix(telescope): diagnostic disable * feat(lang): add Haskell config (LazyVim#2052) * feat(util) create gitui extension (LazyVim#2238) * feat(symbols-outline): use outline.nvim instead of symbols-outline.nvim (LazyVim#2535) * feat(extras): Add scala support using nvim-metals (LazyVim#1347) * Add scala support using nvim-metals nvim-metals: https://github.com/scalameta/nvim-metals minimal example configuration from their documentation: scalameta/nvim-metals#39 * add treesitter syntax highlighting * feat(lang): add support for helm chart templates (LazyVim#2273) * feat(lang): add support for helm chart templates * fix(helm): stop yamlls and disable autostart * fix(helm): stop yaml & docker compose lsp on helm file types Revert disabling `autostart` since that kills the LSP globally even when opening a standard yaml file, like GitHub Workflow file. * fix(helm): remove docker compose lsp overrides Since docker compose LSP does not seem to be triggered or started by opening *.yaml helm files, the config overrides were removed to simplify Helm config. * fix(helm): ensure mason installs helm lsp * feat(omnisharp): add `nvim-dap` configuration (LazyVim#2532) * feat(omnisharp): add `nvim-dap` configuration * chore(omnisharp): add `netcoredbg` to `ensure_installed` * chore: simplify get `netcoredbg` path * fix(util.ui.fg): Add `link=false` to show effective definition (LazyVim#2542) Fixes LazyVim#2540 by showing the effective definition instead of the linked group name. * feat(extras): Enable project-specific plugin specs using local .lazy.lua (LazyVim#2115) * feat(extras): Enable project-specific plugin specs using .lazy.lua * added a warning when extra lazyrc is not the last plugin spec * feat(lang): add telescope terraform integrations (LazyVim#2235) * feat(lang): add telescope terraform integrations Closes LazyVim#2234 Add telescope integrations for: - https://github.com/ANGkeith/telescope-terraform-doc.nvim - https://github.com/cappyzawa/telescope-terraform.nvim * fix(lang): remove event from terraform telescope extensions * style: formatting * feat(autocmds): added support for copy/paste through ssh. Needs Neovim >= 0.10.0 * feat(extras): add harpoon2 (LazyVim#2455) * feat(extras): add harpoon2 * Update lua/lazyvim/plugins/extras/editor/harpoon2.lua Co-authored-by: Iordanis Petkakis <[email protected]> * chore: formatting --------- Co-authored-by: Iordanis Petkakis <[email protected]> * feat(ui): dashboard files searches git files if in git repo (LazyVim#2240) just like `<leader>ff` keymap for telescope * fix(lang): Change `rustacean` keymaps to `vim.keymap.set` instead of `which-key` (LazyVim#2660) Based on this [comment](LazyVim#2198 (review)). * fix(ansible): incorrect key spec * feat(lsp): added native codelens support. Enable in lsp settings. (disabled by default). Fixes LazyVim#2656 * feat(java): allow opts for setup_dap_main_class_configs() (LazyVim#2581) [1] https://github.com/mfussenegger/nvim-jdtls/blob/382b9f625861f47d95876bcfb4c261f3b96077cb/doc/jdtls.txt#L206-L210 * fix(go): adding opts recursive_run (LazyVim#2520) Adding opts recursive_run to fix the error 'no Go files in /path/project.' This issue is caused by a recent change in the 'nvim-neotest/neotest-go' project, which now [defaults to non-recursive behavior](nvim-neotest/neotest-go#72) * fix(util): clear buffer root cache when cwd change (LazyVim#2502) * chore(main): release 10.11.0 (LazyVim#2659) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(extras): show rename of symbols-outline => outline * chore(main): release 10.11.1 (LazyVim#2664) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat(lang): replace rust-tools.nvim with rustacean.nvim LazyVim#2198 dummy commit to trigger changelog. original commit message was not correct and didnt get picked up by the changelog * fix(extras): set correct priority for outline extra. Fixes LazyVim#2666 * chore(main): release 10.12.0 (LazyVim#2667) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(haskell): Make Haskell-snippets lazy load for performance (LazyVim#2676) * fix(haskell): add filetype to haskell-snippets for lazy load * format haskell.lua --------- Co-authored-by: Uthman Mohamed <[email protected]> * chore(build): auto-generate vimdoc * fix(hi-patterns): correct regex for shorthand hex colors. See #LazyVim#2562 * fix(extras): automatically rename extra symbols-outline => outline. Fixes LazyVim#2675 * fix(extras): prevent duplicate extra imports * chore(main): release 10.12.1 (LazyVim#2677) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(terraform-extra): Drop unnecessary commentstring config for terraform (LazyVim#2680) * fix(terraform-extra): Drop unnecessary commentstring config for terraform The commentstring for terraform and hcl files is now handled by nvim-ts-context-commentstring: JoosepAlviste/nvim-ts-context-commentstring#94 * Fixed terraform.lua issues. I'm bad. * chore(build): auto-generate vimdoc * feat(lualine): add more hl options to pretty_path (LazyVim#2687) * feat(lualine): add more hl options to pretty_path Adds two additional options to pretty_path: filename_hl and dirpath_hl. This allows users to customize the highlight group of both the directory component of the path name and the filenname independently. modified_hl is still used when the buffer has been modified. Thanks to dpetka2001 (Iordanis Petkakis) for the changes to the format function. * feat: cleanup --------- Co-authored-by: Folke Lemaitre <[email protected]> * chore(build): auto-generate vimdoc * fix(options): dont set clipboard in an SSH session, so that OSC52 can be enabled (when supported) * chore(build): auto-generate vimdoc * feat(git): add <leader>gf for lazygit commit history on current file (LazyVim#2728) * Add <leader>gf for lazygit commit history on current file * Change root dir to git root using git command * refactor: cleanup --------- Co-authored-by: Uthman Mohamed <[email protected]> Co-authored-by: Folke Lemaitre <[email protected]> * chore(build): auto-generate vimdoc * fix(rust): don't overwrite `vim.g.rustaceanvim` if it is defined (LazyVim#2720) * fix(conform): make `lsp_fallback` option user configurable (LazyVim#2616) * chore(build): auto-generate vimdoc * fix(markdown): disable headlines.nvim in insert mode. Fixes LazyVim#2717 * fix(markdown): disable headlines.nvim bullets for now * fix(mini.files): description for `g.` keybinding in mini.files (LazyVim#2693) If you press `g` in a mini.files menu, the `.` key shows up but doesn't have a description. This adds a desc attribute to the binding so the menu shows a correct description. * fix(which-key): add group description for folds (LazyVim#2496) Signed-off-by: Jeff Davis <[email protected]> * chore(main): release 10.13.0 (LazyVim#2684) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(git): use compatible function for windows and linux (LazyVim#2740) * chore(build): auto-generate vimdoc * fix(lazygit): make sure we start lazygit in a valid git root * chore(build): auto-generate vimdoc * fix(neotest): add required nvim-nio to test and dap extra (neotest and nvim-dap-ui respectively) (LazyVim#2763) * Adding required nvim-nio to neotest in test-core neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: nvim-neotest/neotest#337 * Adding nvim-nio as dependency nvim-dap-ui now requires nvim-neotest/nvim-nio as a dependency as of recent changes * chore(build): auto-generate vimdoc * fix(extras): accept symlinks in User `extras` directory (LazyVim#2745) * feat(lualine): add `modified_sign` to `pretty_path` (LazyVim#2754) Closes LazyVim#2752 I left the initial text blank on purpose, so that it doesn't change anything stylistically and let the user decide what he wants to add in his personal configuration for `lualine` spec. * fix(format): format injected langs does not wait 300ms (LazyVim#2737) * feat(mini.ai): add more objects d,e,g,u,U (LazyVim#2769) * chore(main): release 10.14.0 (LazyVim#2741) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(lsp): dont auto install disabled lsp servers * feat(python): added option to configure basedpyright as lsp. Check the python extra docs. Fixes LazyVim#2787 * chore(build): auto-generate vimdoc * chore(main): release 10.15.0 (LazyVim#2790) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(util.telescope): make `show_untracked` configurable (LazyVim#2789) * feat: added LazyVim global. Will refactor specs later to use that * fix(python): basedpyright is now supported by mason-lspconfig * chore(build): auto-generate vimdoc * fix(format): Don't leak bufnr into opts tables (LazyVim#2794) * chore(build): auto-generate vimdoc * feat: use `vim.uv` everywhere instead of `vim.loop` * feat: use LazyVim everywhere instead of `require("lazyvim.util")` * feat(lazyterm): optional shell setup, mainly for pwsh. Fixes LazyVim#2151 * fix(java): dont error when not using cmp. Fixes LazyVim#2038 * feat(telescope-fzf-native): added support for building with cmake. Fixes LazyVim#2132 * fix(cmake): lazy load cmake-tools. Fixes LazyVim#2767 * fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy * chore(main): release 10.16.0 (LazyVim#2791) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat(options): Disable foldtext for nightly (LazyVim#2447) * chores(format.lua): Fix typo * Change gitsigns.nvim hunk preview shortcut Change `preview_hunk` to recently added `preview_hunk_inline` command * feat(options): remove redundant commented line * feat(options): use native folding see neovim/neovim#20750 * feat(neo-tree): add mapping "O" to open with system default (LazyVim#2758) * feat(neo-tree): add mapping "O" to open with system default * feat(neo-tree): add OS checks for system default open commands * Use `vim.ui.open` if exists * update OS checks * Just use vim.ui.open or throw error if doesn't exist * Make "O" undefined mapping if vim.ui.open isn't available * fix: use lazy's util.open instead --------- Co-authored-by: Uthman Mohamed <[email protected]> Co-authored-by: saeedahsan <[email protected]> Co-authored-by: Folke Lemaitre <[email protected]> * chore(build): auto-generate vimdoc * feat(python): allow configuring other python lsp servers than pyright, basedpyright * chore(build): auto-generate vimdoc * feat(util): added util function to get a fg/bg color from the active colorscheme * feat(lazygit): lazygit now automatically uses colors from your Neovim colorscheme Disable by setting `vim.g.lazygit_theme = false` in your `options.lua` * chore(main): release 10.17.0 (LazyVim#2805) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(lazygit): allow overriding default terminal options * chore(main): release 10.17.1 (LazyVim#2827) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(lazygit): dont error when setting ansi color fails. Fixes LazyVim#2829 * chore(main): release 10.17.2 (LazyVim#2831) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * perf(notify): disable animation notifications. too big impact on performance for too little benefit To keep using animations, you can set stages = fade_in_slide_out for the nvim-notify plugin * chore(main): release 10.17.3 (LazyVim#2833) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat(lazygit): configure lazygit nvim-remote as editor and enable nerdfont icons can be disabled with `vim.g.lazygit_config = false` * fix(terminal): dont use backdrop for edgy terminal windows * feat(extras): add dial extra (LazyVim#2798) * feat: add dial extra * refactor: removed print statements * fix(extras): early return for dial extra * refactor: dials_by_ft like conform, nvim-lint. Simplified buffer specific groups --------- Co-authored-by: Folke Lemaitre <[email protected]> * chore(main): release 10.18.0 (LazyVim#2834) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: use `LazyVim.is_win()` * fix(autocmds): auto create directory on windows for uris. Fixes LazyVim#2442 * fix(keymaps): update all keymap descriptions to be Title Case (LazyVim#2844) * chore(build): auto-generate vimdoc * fix(lazygit): error handling for getting lazygit's config path * fix(lazygit): use `Visual` instead of `CursorLine` for selected line. Fixes LazyVim#2846 * feat(lazygit): allow customizing the lazygit theme. Check the code to change the hl group mapping. Fixes LazyVim#2846 * fix(python-semshi): better highlights (LazyVim#2839) * chore(main): release 10.19.0 (LazyVim#2835) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(config): type filter was broken for telescope symbols * fix(nvim-lint): don't duplicate linters. Fixes LazyVim#2852 * feat(cmp): added option `auto_brackets` that adds brackets to functions/methods in configured filetypes * feat(python): enable auto_brackets for python, since pyright and basedpyright dont support this natively * chore(build): auto-generate vimdoc * feat(extras): added extra for the `trouble.nvim` v3 beta * fix(trouble): show message if use hasnt updated with Lazy yet after enabling the extra * fix(statuscolumn): right align signs when virtnum > 0 * feat(extras): added extra for mini.diff * feat(extras): use mini.move instead of native move (LazyVim#2865) * chore(main): release 10.20.0 (LazyVim#2849) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(trouble-v3): use the filtered symbols list for lualine * chore(main): release 10.20.1 (LazyVim#2869) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(mini.move): default mini.move setup already maps the correct keys * feat(trouble): added `<leader>cS` to open a trouble list of all references / definitions / ... of the item under the cursor * feat(trouble): enabled edgy * chore(build): auto-generate vimdoc * fix(tex): don't override conceallevel for tex. Not sure why that was added * chore(main): release 10.21.0 (LazyVim#2870) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(native_snippets): don't try to enable native snippets on Neovim < 0.10.0 and show warning * fix: merge conflict * fix(lsp): dont define diagnostics signs on >= 0.10.0 * fix(lsp): better support for diagnostics icons on Neovim nightly/stable * chore(main): release 10.21.1 (LazyVim#2873) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(harpoon): optimizes harpoon keys (LazyVim#2877) * feat(dot): add bashls and shellcheck (LazyVim#2879) --------- Signed-off-by: Jeff Davis <[email protected]> Co-authored-by: Folke Lemaitre <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Gary Murray <[email protected]> Co-authored-by: Gary Murray <[email protected]> Co-authored-by: Samuel Abreu <[email protected]> Co-authored-by: Sergey Kochetkov <[email protected]> Co-authored-by: NickSager <[email protected]> Co-authored-by: Nick Hester <[email protected]> Co-authored-by: pr3c0g <[email protected]> Co-authored-by: Ricardo Rebelo <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pablo <[email protected]> Co-authored-by: tippfehlr <[email protected]> Co-authored-by: Frederick Zhang <[email protected]> Co-authored-by: Iordanis Petkakis <[email protected]> Co-authored-by: Adrian Wilkins <[email protected]> Co-authored-by: Binh Duc Tran <[email protected]> Co-authored-by: Yi <[email protected]> Co-authored-by: Michael Olson <[email protected]> Co-authored-by: Luckas <[email protected]> Co-authored-by: Aman9das <[email protected]> Co-authored-by: Dennis Eriksen <[email protected]> Co-authored-by: mbhutton <[email protected]> Co-authored-by: MoetaYuko <[email protected]> Co-authored-by: Daniel Mata <[email protected]> Co-authored-by: Andreas Gerlach <[email protected]> Co-authored-by: Jakub Kozłowicz <[email protected]> Co-authored-by: Amaan Qureshi <[email protected]> Co-authored-by: Frederik Buchlák <[email protected]> Co-authored-by: André Freitas <[email protected]> Co-authored-by: Marc Jakobi <[email protected]> Co-authored-by: Alafate <[email protected]> Co-authored-by: Christian Kleinbölting <[email protected]> Co-authored-by: Peter Benjamin <[email protected]> Co-authored-by: Võ Quang Chiến <[email protected]> Co-authored-by: abeldekat <[email protected]> Co-authored-by: Nybkox <[email protected]> Co-authored-by: Pedro Cattori <[email protected]> Co-authored-by: Wellington Lopes Souza <[email protected]> Co-authored-by: Tang-Tang Zhou <[email protected]> Co-authored-by: Uthman Mohamed <[email protected]> Co-authored-by: Uthman Mohamed <[email protected]> Co-authored-by: Adam Stracener <[email protected]> Co-authored-by: Pete Kazmier <[email protected]> Co-authored-by: Marc Jakobi <[email protected]> Co-authored-by: Dusty Phillips <[email protected]> Co-authored-by: Jeff Davis <[email protected]> Co-authored-by: craempler <[email protected]> Co-authored-by: Stefan Krüger <[email protected]> Co-authored-by: Phúc H. Lê Khắc <[email protected]> Co-authored-by: Alexander Arvidsson <[email protected]> Co-authored-by: saeedahsan <[email protected]> Co-authored-by: Feliche-Demian Netliukh <[email protected]> Co-authored-by: Kevin Traver <[email protected]> Co-authored-by: ammon134 <[email protected]> Co-authored-by: Rubin Bhandari <[email protected]>
fnichol
added a commit
to fnichol/dotneovim
that referenced
this pull request
Apr 10, 2024
References: rcarriga/nvim-dap-ui#311 References: nvim-neotest/neotest#337 Signed-off-by: Fletcher Nichol <[email protected]>
konosubakonoakua
pushed a commit
to konosubakonoakua/LazyVim
that referenced
this pull request
Apr 24, 2024
…d nvim-dap-ui respectively) (LazyVim#2763) * Adding required nvim-nio to neotest in test-core neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: nvim-neotest/neotest#337 * Adding nvim-nio as dependency nvim-dap-ui now requires nvim-neotest/nvim-nio as a dependency as of recent changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Requires https://github.com/nvim-neotest/nvim-nio to be installed