Skip to content

Commit

Permalink
neovim: open trouble lsp refs at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Aug 8, 2024
1 parent 18942b3 commit bb702fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ return {
{ '<leader>xq', '<cmd>Trouble quickfix toggle<CR>', desc = 'Quickfix' },
{
'<leader>gR',
'<cmd>Trouble lsp toggle focus=false win.position=right<CR>',
'<cmd>Trouble lsp toggle focus=false win.position=bottom<CR>',
desc = 'LSP Definitions / references',
},
},
Expand Down

0 comments on commit bb702fe

Please sign in to comment.