From fbb4c08cd0541fb8b295ebc75f35e2f975a55ad9 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Thu, 15 Sep 2022 18:07:07 +0530 Subject: Bump required neovim version to 0.7 why are you using the older version ? --- README.md | 2 +- doc/colorizer.txt | 2 +- doc/index.html | 2 +- doc/modules/colorizer.html | 2 +- lua/colorizer.lua | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0608de..a4414c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A high-performance color highlighter for Neovim which has **no external dependen ## Installation and Usage -Requires Neovim >= 0.6.0 and `set termguicolors`. +Requires Neovim >= 0.7.0 and `set termguicolors`. If you don't have true color for your terminal or are unsure, [read this excellent guide](https://github.com/termstandard/colors). diff --git a/doc/colorizer.txt b/doc/colorizer.txt index 57273af..8dcaa11 100644 --- a/doc/colorizer.txt +++ b/doc/colorizer.txt @@ -1,4 +1,4 @@ -*colorizer* Requires Neovim >= 0.6.0 and `set termguicolors` +*colorizer* Requires Neovim >= 0.7.0 and `set termguicolors` Highlights terminal CSI ANSI color codes. diff --git a/doc/index.html b/doc/index.html index 827380b..bbc15d1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ - + diff --git a/doc/modules/colorizer.html b/doc/modules/colorizer.html index e0b8bc8..fe2d381 100644 --- a/doc/modules/colorizer.html +++ b/doc/modules/colorizer.html @@ -55,7 +55,7 @@

Module colorizer

-

Requires Neovim >= 0.6.0 and set termguicolors

+

Requires Neovim >= 0.7.0 and set termguicolors

Highlights terminal CSI ANSI color codes.

See also:

colorizerRequires Neovim >= 0.6.0 and set termguicolorsRequires Neovim >= 0.7.0 and set termguicolors
colorizer.buffer