mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 12:34:37 +02:00
style(format): Fix typo (#1675)
This commit is contained in:
parent
763c0fd9f2
commit
7d9a395565
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function M.health()
|
|||
local has_extra = vim.tbl_contains(Config.spec.modules, "lazyvim.plugins.extras.lsp.none-ls")
|
||||
if has_plugin and not has_extra then
|
||||
Util.warn({
|
||||
"`conform.nvim` and `nvim-lint` are now the default forrmatters and linters in LazyVim.",
|
||||
"`conform.nvim` and `nvim-lint` are now the default formatters and linters in LazyVim.",
|
||||
"",
|
||||
"You can use those plugins together with `none-ls.nvim`,",
|
||||
"but you need to enable the `lazyvim.plugins.extras.lsp.none-ls` extra,",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue