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