remove unnecessary messages

This commit is contained in:
arthur 2024-05-23 22:13:23 +08:00 committed by Folke Lemaitre
parent 1d42e45fd2
commit b80276dd73

View file

@ -35,7 +35,7 @@ return {
}, },
}, },
}, },
-- Add linting as optional -- Add linting
{ {
"mfussenegger/nvim-lint", "mfussenegger/nvim-lint",
optional = true, optional = true,
@ -44,7 +44,7 @@ return {
linters_by_ft = { kotlin = { "ktlint" } }, linters_by_ft = { kotlin = { "ktlint" } },
}, },
}, },
-- Add formatting as optional -- Add formatting
{ {
"stevearc/conform.nvim", "stevearc/conform.nvim",
optional = true, optional = true,
@ -52,7 +52,7 @@ return {
formatters_by_ft = { kotlin = { "ktlint" } }, formatters_by_ft = { kotlin = { "ktlint" } },
}, },
}, },
-- Add formatting and linting as optional -- Add formatting and linting
{ {
"nvimtools/none-ls.nvim", "nvimtools/none-ls.nvim",
optional = true, optional = true,