-
I'm using Astronvim and I noticed that If I just install Do I need to configure key bindings manually to make this action work? Or am I missing something else here? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 6 replies
-
By the way, I am using 0.14.6 (see elixir-tools/elixir-tools.nvim#97), could that be the problem? |
Beta Was this translation helpful? Give feedback.
-
Also, |
Beta Was this translation helpful? Give feedback.
-
It doesn't configure keybinds for you. |
Beta Was this translation helpful? Give feedback.
Call this function in the on on_attach callback you can pass when calling the elixir tools setup function https://github.com/AstroNvim/AstroNvim/blob/52adcb7b734e0a5f7b2a8916a10ab67939f1dc4d/lua/astronvim/utils/lsp.lua#L128