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

Where can i find the keybindings for marksman? #304

Open
fretzo opened this issue Mar 15, 2024 · 1 comment
Open

Where can i find the keybindings for marksman? #304

fretzo opened this issue Mar 15, 2024 · 1 comment

Comments

@fretzo
Copy link

fretzo commented Mar 15, 2024

Hi,

quick question: Where can i find the keybindings for marksman?

I am using the plugin in neovim, and i installed it through NixOs system packages, and everything works great!

The only information i have found regarding bindings is here.

Is there another place that lists the bindings?

Thank you.

@skbolton
Copy link

You have to set them up yourself. You can look into :help lsp to get the lsp docs in neovim. But generally the functions all start with vim.lsp.....

Here is an example from my old dotfiles where I set the callback for a language server attaching to a buffer and setting up keybinds. https://github.com/skbolton/titan/blob/d37c0178c41652191285fe031ca89ee0568c3bf5/nvim/nvim/plugin/lsp.lua#L34

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

No branches or pull requests

2 participants