You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am very new to neovim. I am using an older version of teej's kickstart init.lua file and after recently updating to latest versions of my language servers (typescript specifically) and neovim as well as all the dependencies via Lazy. I am no longer able to use any keymaps that are LSP dependent. Can anyone here help me find out the issue?
Hello, the mason_lspconfig.nvim plugin recently released a new major version (2.0.0), which has some breaking changes. I suspect this is the issue. You can pin the version to the previous major version as shown here.
You need to use Neovim 0.11’s native functions, vim.lsp.config and vim.lsp.enable, to activate the config. This is because mason-lspconfig 2.0 removed the handlers property that was used in kickstart.
Hi, I am very new to neovim. I am using an older version of teej's kickstart init.lua file and after recently updating to latest versions of my language servers (typescript specifically) and neovim as well as all the dependencies via Lazy. I am no longer able to use any keymaps that are LSP dependent. Can anyone here help me find out the issue?
Here is my init.lua: https://gist.github.com/saksham-sharma/c0680ab9d2d5008174fee21ff44ef0c6
The text was updated successfully, but these errors were encountered: