Skip to content
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

nvim 0.9+ track #192

Open
jdhao opened this issue May 4, 2023 · 1 comment
Open

nvim 0.9+ track #192

jdhao opened this issue May 4, 2023 · 1 comment

Comments

@jdhao
Copy link
Owner

jdhao commented May 4, 2023

  1. vim.iter: neovim/neovim@ab1edec
  2. vim.keycode: neovim/neovim@7e70ca0
  3. inline virtual text: neovim/neovim@efa9b29. One use case is LSP inlay hints.
  4. vim.loop renamed to vim.uv: neovim/neovim@2db719f
  5. vim.system(): neovim/neovim@c0952e6
  6. abbreviation support in nvim_set_keymap(): neovim/neovim@42bbc4f
  7. inlay hint support in nvim lsp: neovim/neovim@643546b
  8. support Super and Meta keys
    feat(tui): support Super and Meta modifiers neovim/neovim#24357
  9. neovim can show documentation for vim.fn.xxx now
    neovim/neovim@42333ea
  10. You can now use fclose command to close floating windows
    neovim/neovim@372aa2e
  11. base64 module added
    neovim/neovim@224f303
  12. native OSC 52 support
    neovim/neovim@748bc4d
  13. Neovim-branded default colorscheme
    neovim/neovim@64a1402
  14. builtin support for commenting code
    neovim/neovim@73de982
  15. grepprg now use ripgrep if available
    neovim/neovim@20b3867
@kutsan
Copy link

kutsan commented May 2, 2024

This is great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants