Fix: shut-up Lsp !
This commit is contained in:
parent
56f0717a59
commit
154c606ecb
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue