--[ -- This plugin is responsible of having external tools correctly installed. --] return { -- NOTE: mason is a dependencie of mason-lspconfig. Not the other way around. "williamboman/mason-lspconfig.nvim", dependencies = { "williamboman/mason.nvim", "neovim/nvim-lspconfig", }, }