Skip to content

Commit

Permalink
neovim: Add shortcut for listing document symbols with lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 15, 2024
1 parent 99fe4a5 commit 3339909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/nvim/.config/nvim/lua/shortcuts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ map('<Leader>fd', ':Telescope diagnostics', 'Find diagnostics')
map('<Leader>ff', ':Telescope find_files hidden=true find_command=fd,--type,f,--hidden,--exclude,.git', 'Find files')
map('<Leader>fg', ':Telescope live_grep', 'Find files')
map('<Leader>fh', ':Telescope help_tags', 'Find help tags')
map('<Leader>fl', ':Telescope lsp_document_symbols', 'Find document symbols')
map('<Leader>fm', ':Telescope keymaps', 'Find keymaps')
map('<Leader>fs', ':Telescope git_status', 'Find file in git status')
map('<Leader>f/', ':Telescope current_buffer_fuzzy_find', 'Find in current buffer')
Expand Down

0 comments on commit 3339909

Please sign in to comment.