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
I have read the appropiate plugin's documentation.
I have searched that this issue has not been reported before.
[x ] By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
On line 669 on the init.lua file, there is a warning stating that the mason.lspconfig setup is missing required fields in type MasonLspconfigSettings: ensure_installed, automatic_installation [missing-fields].
To Reproduce
Just clone the repo and open it in neovim, go the line 669 and you will see the lua-lsp pointing to the warning.
Desktop
OS: Mac Os Sequoia 15.1
Terminal: Warp
Neovim Version
0.10.3
The text was updated successfully, but these errors were encountered:
I have the same issue, the LSP for lua seems to generate those warnings. There won't be any problem with the highlighted warnings. But I wouldn't want them to pop on screen either. I added the ensure_installed = {} which removed one warning, but the other one I didn't. It should probably work. Add them and leave them blank.
Before Reporting an Issue
I have read the kickstart.nvim README.md.
I have read the appropiate plugin's documentation.
I have searched that this issue has not been reported before.
[x ] By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
On line 669 on the init.lua file, there is a warning stating that the mason.lspconfig setup is missing required fields in type
MasonLspconfigSettings
:ensure_installed
,automatic_installation
[missing-fields].To Reproduce
Desktop
Neovim Version
The text was updated successfully, but these errors were encountered: