From 9d5a570d40251faa18c5ccf34e40ffc534fcaa52 Mon Sep 17 00:00:00 2001 From: Matthew Leong Date: Sat, 8 Jun 2024 23:35:44 -0700 Subject: [PATCH] feat: add v0.11 nvim requirement --- init.lua | 4 ++-- readme.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 8d44e29..42cebbf 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ -if vim.fn.has('nvim-0.10') == 0 then - error('Need Neovim v0.10+ (Nightly) in order to run Cosmic!') +if vim.fn.has('nvim-0.11') == 0 then + error('Need Neovim v0.11+ (Nightly) in order to run Cosmic!') end local ok, err = pcall(require, 'cosmic') diff --git a/readme.md b/readme.md index 9ae89c4..74bf6db 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@

💫 CosmicNvim

- Neovim Minimum Version + Neovim Minimum Version GitHub last commit Discord @@ -55,10 +55,9 @@ experience with any LSP supported language._ #### Prerequisites -- Neovim (+0.10.0) nightly +- Neovim (+0.11.0) nightly - [Node.js](https://nodejs.org/en/) - [prettierd](https://github.com/fsouza/prettierd) -- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null_ls, optional) #### Install