From d7ad3d7d27c7ee8107c63419c2a325f8435d9db5 Mon Sep 17 00:00:00 2001 From: Matthew Leong Date: Tue, 19 Sep 2023 19:11:45 -0700 Subject: [PATCH] feat: bump req version --- init.lua | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 3a625da..f356afe 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ -if vim.fn.has('nvim-0.9') == 0 then - error('Need Neovim v0.9+ in order to run Cosmic!') +if vim.fn.has('nvim-0.10') == 0 then + error('Need Neovim v0.10+ in order to run Cosmic!') end local ok, err = pcall(require, 'cosmic') diff --git a/readme.md b/readme.md index 9ce4404..d9ece31 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@

💫 CosmicNvim

- Neovim Minimum Version + Neovim Minimum Version GitHub last commit Discord @@ -56,7 +56,7 @@ experience with any LSP supported language._ #### Prerequisites -- Neovim (+0.9.0) +- Neovim (+0.10.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)