Skip to content
Discussion options

You must be logged in to vote

Set your keybind to this (extending the default action):

require('fzf-lua').lsp_workspace_symbols({
  actions = {
    enter = function(...)
      FzfLua.actions.file_edit(...)
      vim.cmd("norm! zt")
    end
  }
})

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ibhagwan
Comment options

Answer selected by diocletiann
@diocletiann
Comment options

@diocletiann
Comment options

@ibhagwan
Comment options

@diocletiann
Comment options

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