Willkimen Cavalcanti
Results
1
comments of
Willkimen Cavalcanti
> > 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. > >...