summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-04-27 17:38:06 +0200
committerkylo252 <[email protected]>2022-04-27 17:38:06 +0200
commitf3750313da239d4a9018195c91e74596e36a794a (patch)
treed023a2de6a2819bf5b16010dd02ed68ccdd2d0e8 /README.md
parente81d24e3c34cc9718b74de3c0f294c53fcbe82a8 (diff)
parent3de829e76ed3d90b25250b1ab76f6425146af9d2 (diff)
Merge branch 'rolling'
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 41a011ac..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:
@@ -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.