Изменил бинд вима для goto implementations
This commit is contained in:
parent
3d30352617
commit
541f654042
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ return {
|
|||
|
||||
-- Jump to the implementation of the word under your cursor.
|
||||
-- Useful when your language has ways of declaring types without an actual implementation.
|
||||
map('gI', require('telescope.builtin').lsp_implementations, '[G]oto [I]mplementation')
|
||||
-- Было gI [G]oto [I]mplementation
|
||||
map('gi', require('telescope.builtin').lsp_implementations, '[G]oto [I]mplementation')
|
||||
|
||||
-- Jump to the type of the word under your cursor.
|
||||
-- Useful when you're not sure what type a variable is and you want to see
|
||||
|
|
Loading…
Add table
Reference in a new issue