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

Keybinding used twice for different things (init.vim) #16

Open
unknownbreaker opened this issue Nov 11, 2020 · 1 comment
Open

Keybinding used twice for different things (init.vim) #16

unknownbreaker opened this issue Nov 11, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@unknownbreaker
Copy link

Was this done on purpose? Same binding used for two different functions.

Line 166: nnoremap <leader>vh :lua vim.lsp.buf.hover()<CR>
Line 210: nnoremap <leader>vh :lua require('telescope.builtin').help_tags()<CR>

@erikreinert erikreinert added the question Further information is requested label Nov 11, 2020
@ThePrimeagen
Copy link
Collaborator

oh snap! I may have to fix this... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants