Explorar el Código

fix(readme): remove black as linter (#2510)

Sean hace 3 años
padre
commit
f49f687bc2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      README.md

+ 0 - 1
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.