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 feature tracking v0.8+ #133

Closed
jdhao opened this issue Oct 7, 2022 · 2 comments
Closed

nvim feature tracking v0.8+ #133

jdhao opened this issue Oct 7, 2022 · 2 comments

Comments

@jdhao
Copy link
Owner

jdhao commented Oct 7, 2022

  1. splitkeep option
    neovim/neovim@5acf52e

  2. new option linematch added for diffopt
    neovim/neovim@04fbb1d
    Use it like this set diffopt+=linematch:60, doc here.

  3. float win title
    Float wins now can show title and customize its position, highlight as well since neovim/neovim@1af4bd0.

  4. Create intermediate directory when writing file
    neovim/neovim@d337814
    When write a file, you can use :write ++p foo/bar/baz/test.txt, the intermediate directory will be created. The writefile() function now also accept p as flag.

  5. cscope support removed feat(cscope)!: remove neovim/neovim#20545.
    cscope is like a pre-history code intelligence engine for writing c code, before the advent of LSP.

  6. highlight code in help doc via treesitter
    neovim/neovim@0b05bd8

  7. semantic token support in LSP
    LSP: semantic tokens support neovim/neovim#21100

@max397574
Copy link

max397574 commented Dec 7, 2022

added suffix option to diagnostics virtual text and float neovim/neovim#21130 and neovim/neovim#21140

news.txt with info about many changes https://github.com/neovim/neovim/blob/master/runtime/doc/news.txt

added function to show treesitter abstract syntax tree neovim/neovim#21322

@jdhao
Copy link
Owner Author

jdhao commented Dec 20, 2022

inspect highlight group under cursor (including ext mark): neovim/neovim@ef91146

@jdhao jdhao closed this as completed May 4, 2023
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