--[ -- This plugin is responsable of having external tools correcly present on the system. --] 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", }, }