mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
remove unnecessary messages
This commit is contained in:
parent
1d42e45fd2
commit
b80276dd73
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue