Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Hensel
dotfiles
Commits
25bb8c73
Commit
25bb8c73
authored
11 months ago
by
Jan Hensel
Browse files
Options
Downloads
Patches
Plain Diff
nvim: Use telescope for LSP references bind
parent
aa1ad035
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.config/nvim/binds.vim
+2
-1
2 additions, 1 deletion
.config/nvim/binds.vim
with
2 additions
and
1 deletion
.config/nvim/binds.vim
+
2
−
1
View file @
25bb8c73
...
...
@@ -117,7 +117,8 @@ nnoremap <leader>lh <cmd>lua vim.lsp.buf.hover()<CR>
nnoremap
<
leader
>
li
<
cmd
>
lua
vim
.
lsp
.
buf
.
implementation
()<
CR
>
nnoremap
<
leader
>
lS
<
cmd
>
lua
vim
.
lsp
.
buf
.
signature_help
()<
CR
>
nnoremap
<
leader
>
lt
<
cmd
>
lua
vim
.
lsp
.
buf
.
type_definition
()<
CR
>
nnoremap
<
leader
>
lr
<
cmd
>
lua
vim
.
lsp
.
buf
.
references
()<
CR
>
" nnoremap <leader>lr <cmd>lua vim.lsp.buf.references()<CR>
nnoremap
<
leader
>
lr
<
cmd
>
lua
require
'telescope.builtin'
.
lsp_references
()<
CR
>
nnoremap
<
leader
>
lw
<
cmd
>
lua
vim
.
lsp
.
buf
.
document_symbol
()<
CR
>
nnoremap
<
leader
>
lW
<
cmd
>
lua
vim
.
lsp
.
buf
.
workspace_symbol
()<
CR
>
nnoremap
<
leader
>
lf
<
cmd
>
lua
vim
.
lsp
.
buf
.
format
()<
CR
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment