Fix: shut-up Lsp !

This commit is contained in:
DuN0z 2025-10-22 08:16:42 +02:00
parent 56f0717a59
commit 154c606ecb

View file

@ -1,3 +1,7 @@
if vim.fn.has("nvim-0.11") == 1 then
-- Patch temporaire pour désactiver les warnings de dépréciation
vim.deprecate = function() end
end
return {
{
"williamboman/mason.nvim",