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

[migration] Nvim 0.10 Support #1259

Open
9 of 17 tasks
ayamir opened this issue May 19, 2024 · 2 comments · May be fixed by #1260
Open
9 of 17 tasks

[migration] Nvim 0.10 Support #1259

ayamir opened this issue May 19, 2024 · 2 comments · May be fixed by #1260
Labels
complexity:high High-risk, potential for delicate/cascading effects enhancement New feature or request

Comments

@ayamir
Copy link
Owner

ayamir commented May 19, 2024

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

@ayamir ayamir added the enhancement New feature or request label May 19, 2024
@ayamir ayamir linked a pull request May 20, 2024 that will close this issue
3 tasks
@Jint-lzxy Jint-lzxy added the complexity:high High-risk, potential for delicate/cascading effects label May 22, 2024
@Jint-lzxy Jint-lzxy changed the title Migrate to 0.10 [migration] Nvim 0.10 Support May 22, 2024
@CharlesChiuGit
Copy link
Collaborator

CharlesChiuGit commented May 27, 2024

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
Copy link
Collaborator

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

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:high High-risk, potential for delicate/cascading effects enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants