Ducky Sensei

Results 2 comments of Ducky Sensei

> had the same error after trying a lot of methods what worked for me was ... > > creating a file at ~/.config/nvim/lua/plugins/mason-workaround.lua > > with the following contents...

> The latest version of mason-lspconfig requires nvim version >= 0.11.0. > > https://github.com/mason-org/mason-lspconfig.nvim/blob/d39a75bbce4b8aad5d627191ea915179c77c100f/lua/mason-lspconfig/features/automatic_enable.lua#L47 This line called `vim.lsp.enable()`. The function is implemented at nvim version >= 0.11.0. > > You...