Skip to content

Commit 13c0257

Browse files
committed
[readme] neovim version prerequisite added
1 parent a801e04 commit 13c0257

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ rely on the LSP (it is stand-alone). But, it can still reformat single-line code
1515

1616
## Install
1717

18+
Neovim >= 0.5.0 is required.
19+
1820
With [lazy.nvim](https://github.com/folke/lazy.nvim),
1921

2022
```lua

plugin/textangle.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local VERSION_REQUIRED = "nvim-0.5.0"
22

33
if vim.fn.has(VERSION_REQUIRED) ~= 1 then
4-
vim.api.nvim_err_writeln("Example.nvim requires at least " .. VERSION_REQUIRED)
4+
vim.api.nvim_err_writeln("textangle.nvim requires at least " .. VERSION_REQUIRED)
55
end

0 commit comments

Comments
 (0)