Replies: 2 comments
-
|
Is there an interface like setup_handlers? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I was having the same issue, I found that to have the same configuration of 'setup_handlers', I needed to devide in to parts: Part 1 : local mason_lspconfig = require 'mason-lspconfig' mason_lspconfig.setup { ` I found this in this repo https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua#L526 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a configuration shown below:
Since the
setup_handlersAPI in the new version ofmason-lspconfig.nvimhas been removed, how should I configure the same shortcuts in Neovim?Beta Was this translation helpful? Give feedback.
All reactions