-
I'm trying to get working "Using code lenses" part of the DAP integration fetature
Am I missing some part of the configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Odd, that message is coming straight from Neovim indicating it's not picking up the commands being set by |
Beta Was this translation helpful? Give feedback.
-
Can someone help me with as to how I can get my code to run using codelens?
How does this work? |
Beta Was this translation helpful? Give feedback.
Odd, that message is coming straight from Neovim indicating it's not picking up the commands being set by
nvim-metals
. Can you show me the output of:lua print(vim.inspect(vim.lsp.buf_get_clients()[1].config.commands))
when you're in that file?