feat!(plugins): remove mason

BREAKING CHANGE: remove the need for `mason` and thus lsp plugins have
to be installed system-wide
This commit is contained in:
2025-07-14 11:20:25 +02:00
parent 1f39139f1d
commit 3815c4fc54
4 changed files with 47 additions and 69 deletions

View File

@ -29,10 +29,6 @@ require('lazy').setup({
-- LSP Configuration & Plugins
'neovim/nvim-lspconfig',
dependencies = {
-- Automatically install LSPs to stdpath for neovim
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },