summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41a011ac..30917c75 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,6 @@ formatters.setup {
-- set additional linters
local linters = require "lvim.lsp.null-ls.linters"
linters.setup {
- { command = "black" },
{
command = "eslint_d",
---@usage specify which filetypes to enable. By default a providers will attach to all the filetypes it supports.