ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 451 forks source link

[migration] Nvim 0.10 Support #1259

Closed ayamir closed 4 hours ago

ayamir commented 1 month ago

Feature description

The 0.10 stable version of nvim was released on 3 days ago. We could make some changes like #1245 to current 0.10 branch and merge it into main.

Additional information

Linked issues / PRs

CharlesChiuGit commented 1 month ago

Support new options

after a quite scan over https://neovim.io/doc/user/news-0.10.html and https://neovim.io/doc/user/deprecated.html#deprecated-0.10, i think it's fine w/ current option setup.

Jint-lzxy commented 3 weeks ago

after quite scan over https://neovim.io/doc/user/news-0.10.html and https://neovim.io/doc/user/deprecated.html#deprecated-0.10, i think it's fine w/ current option setup.

Just took some time to read through the release notes. I think we could possibly implement those changes

- complete: ".,w,b,k" --> ".,w,b,k,kspell"
- completeopt: "menuone,noselect" --> "menuone,noselect,popup"
- smoothscroll: nil --> true

?