Required NVIM v0.8.0

This commit is contained in:
Matthew Leong 2022-05-19 12:22:36 -07:00
parent 44b2cf54e5
commit 885ab36992
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
if vim.fn.has('nvim-0.7') == 0 then
error('Need Neovim v0.7+ in order to run Cosmic!')
if vim.fn.has('nvim-0.8') == 0 then
error('Need Neovim v0.8+ in order to run Cosmic!')
end
do

View file

@ -1,7 +1,7 @@
<h1 align="center">💫 CosmicNvim</h1>
<p align="center">
<img alt="Neovim Minimum Version" src="https://img.shields.io/badge/Neovim-0.7.0+-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=white)](https://github.com/neovim/neovim">
<img alt="Neovim Minimum Version" src="https://img.shields.io/badge/Neovim-0.8.0+-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=white)](https://github.com/neovim/neovim">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/CosmicNvim/CosmicNvim?style=flat-square&logo=Github">
<a href="https://discord.gg/EwdrKzVbvJ">
<img alt="Discord" src="https://img.shields.io/discord/901609359291854899?style=flat-square&logo=Discord">
@ -56,7 +56,7 @@ experience with any LSP supported language._
#### Prerequisites
- Neovim (+0.7.0)
- Neovim (+0.8.0)
- [Node.js](https://nodejs.org/en/)
- [prettierd](https://github.com/fsouza/prettierd) (for prettier formatting w/null_ls, optional)
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null_ls, optional)