Skip to content

How to open lsp_finder item by ENTER instead of 'o' #497

Answered by glepnir
haphamdev asked this question in Q&A
Discussion options

You must be logged in to vote

works for me in test. scroll_down and scroll_up no longer support in 0.2.1 please check the example config. you use the packer when you edit your config you must run PackerCompile make it take effect

  local saga = require('lspsaga')
  saga.init_lsp_saga({
    finder_action_keys = {
      open = '<CR>',
    },

  })

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@haphamdev
Comment options

Answer selected by glepnir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants