feat: add v0.11 nvim requirement
This commit is contained in:
parent
5f106bff6d
commit
9d5a570d40
2 changed files with 4 additions and 5 deletions
4
init.lua
4
init.lua
|
@ -1,5 +1,5 @@
|
||||||
if vim.fn.has('nvim-0.10') == 0 then
|
if vim.fn.has('nvim-0.11') == 0 then
|
||||||
error('Need Neovim v0.10+ (Nightly) in order to run Cosmic!')
|
error('Need Neovim v0.11+ (Nightly) in order to run Cosmic!')
|
||||||
end
|
end
|
||||||
|
|
||||||
local ok, err = pcall(require, 'cosmic')
|
local ok, err = pcall(require, 'cosmic')
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<h1 align="center">💫 CosmicNvim</h1>
|
<h1 align="center">💫 CosmicNvim</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Neovim Minimum Version" src="https://img.shields.io/badge/Neovim-0.10.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.11.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">
|
<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">
|
<a href="https://discord.gg/EwdrKzVbvJ">
|
||||||
<img alt="Discord" src="https://img.shields.io/discord/901609359291854899?style=flat-square&logo=Discord">
|
<img alt="Discord" src="https://img.shields.io/discord/901609359291854899?style=flat-square&logo=Discord">
|
||||||
|
@ -55,10 +55,9 @@ experience with any LSP supported language._
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
|
||||||
- Neovim (+0.10.0) nightly
|
- Neovim (+0.11.0) nightly
|
||||||
- [Node.js](https://nodejs.org/en/)
|
- [Node.js](https://nodejs.org/en/)
|
||||||
- [prettierd](https://github.com/fsouza/prettierd)
|
- [prettierd](https://github.com/fsouza/prettierd)
|
||||||
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null_ls, optional)
|
|
||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue