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

LSP, color scheme and picker updates #42

Merged
merged 16 commits into from
Dec 4, 2023
Merged

LSP, color scheme and picker updates #42

merged 16 commits into from
Dec 4, 2023

Conversation

johanvx
Copy link
Owner

@johanvx johanvx commented Dec 4, 2023

Breaking changes

  • Replace simrat39/rust-tools.nvim and nvim-telescope/telescope.nvim with rust-lang/rust.vim and echasnovski/mini.pick respectively.

    Note that echasnovski/mini.extra provides an abundance of pickers for mini.pick. Closes Replace telescope with mini.pick #40.

  • Switch to nvimtools/none-ls.nvim, a community maintained version of jose-elias-alvarez/null-ls.nvim, as the original one is archived.

  • Update the color scheme, including shrinking the color palette and tuning highlights.

    Note that the blue in the color palette is now actually blue, not indigo any more.

Features

  • Use native inlay-hint provided by nightly Neovim.
  • Use SmiteshP/nvim-navbuddy.
  • Use relative line number by default.

@johanvx johanvx changed the title Regular updates LSP, color scheme and picker updates Dec 4, 2023
@johanvx johanvx merged commit 78d0cef into main Dec 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

Successfully merging this pull request may close these issues.

Replace telescope with mini.pick
1 participant