Merge 'upstream': telescope branch, lsp keybindings, spelling

- Remove Telescope `0.1` branch lock
- Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11
- fix: minor misspellings
This commit is contained in:
Damjan 9000
2025-04-09 19:14:49 +02:00
4 changed files with 28 additions and 33 deletions

View File

@@ -9,7 +9,6 @@ return {
{ -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim',
event = 'VimEnter',
branch = '0.1.x',
dependencies = {
'nvim-lua/plenary.nvim',
{ -- If encountering errors, see telescope-fzf-native README for installation instructions