From 885ab369923229a9d4db46dfd93cd56f427a2ee2 Mon Sep 17 00:00:00 2001 From: Matthew Leong Date: Thu, 19 May 2022 12:22:36 -0700 Subject: [PATCH] Required NVIM v0.8.0 --- init.lua | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 997573e..67abe6b 100644 --- a/init.lua +++ b/init.lua @@ -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 diff --git a/readme.md b/readme.md index 722f145..c800230 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.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)