add alternative formatter & linter conform and nvim-lint

This commit is contained in:
asep.komarudin 2024-06-26 14:05:25 +07:00
parent 98a141b4b5
commit 2486c9e49e
5 changed files with 195 additions and 5 deletions

View file

@ -2,7 +2,7 @@ return {
{
"nvimtools/none-ls.nvim",
lazy = true,
enabled = false,
enabled = not (pcode.disable_null_ls or false),
dependencies = {
{
"jayp0521/mason-null-ls.nvim",