From f49f687bc244ff603f3dde6828a85538c50df220 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 23 Apr 2022 10:37:05 -0400 Subject: fix(readme): remove black as linter (#2510) --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3 From 3de829e76ed3d90b25250b1ab76f6425146af9d2 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Wed, 27 Apr 2022 17:37:27 +0200 Subject: refactor: lock new installations to nvim v0.7+ (#2526) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 30917c75..ec4f1c55 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ## Install In One Command! -Make sure you have the release version of Neovim (0.6.1+). +Make sure you have the release version of Neovim (0.7+). ### Linux: -- cgit v1.2.3