diff options
author | Sean <[email protected]> | 2022-04-23 10:37:05 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-23 19:07:05 +0430 |
commit | f49f687bc244ff603f3dde6828a85538c50df220 (patch) | |
tree | b3cd6bdaaf8655deb93781a6880ab5b194167646 | |
parent | 74d93dcc0587d48ce3ab9472791f0de709ca828a (diff) |
fix(readme): remove black as linter (#2510)
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |