chore: disable inline diagnostics in nvf

This commit is contained in:
Mohammad Rafiq 2025-03-17 06:01:03 +08:00
parent 1446b84212
commit 5f862b595f

View file

@ -47,6 +47,15 @@
silent = true;
}
];
luaConfigRC.turn_off_inline_diagnostics =
/*
lua
*/
''
vim.diagnostic.config({
virtual_text = false -- turn off inline diagnostics
})
'';
};
};
}