aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-15 18:07:07 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-09-15 18:07:07 +0530
commitfbb4c08cd0541fb8b295ebc75f35e2f975a55ad9 (patch)
treeb076e222511a29d701894b74db1dc711313554f7
parentsass: Fix multiple imports on a single line (diff)
Bump required neovim version to 0.7
why are you using the older version ?
-rw-r--r--README.md2
-rw-r--r--doc/colorizer.txt2
-rw-r--r--doc/index.html2
-rw-r--r--doc/modules/colorizer.html2
-rw-r--r--lua/colorizer.lua2
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 @@
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/colorizer.html">colorizer</a></td>
- <td class="summary">Requires Neovim >= 0.6.0 and <code>set termguicolors</code></td>
+ <td class="summary">Requires Neovim >= 0.7.0 and <code>set termguicolors</code></td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/colorizer.buffer.html">colorizer.buffer</a></td>
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 @@
<div id="content">
<h1>Module <code>colorizer</code></h1>
-<p>Requires Neovim >= 0.6.0 and <code>set termguicolors</code></p>
+<p>Requires Neovim >= 0.7.0 and <code>set termguicolors</code></p>
<p>Highlights terminal CSI ANSI color codes.</p>
<h3>See also:</h3>
<ul>
diff --git a/lua/colorizer.lua b/lua/colorizer.lua
index e373e02..ed8d596 100644
--- a/lua/colorizer.lua
+++ b/lua/colorizer.lua
@@ -1,4 +1,4 @@
---- Requires Neovim >= 0.6.0 and `set termguicolors`
+--- Requires Neovim >= 0.7.0 and `set termguicolors`
--
--Highlights terminal CSI ANSI color codes.
-- @module colorizer