feat: update readme

This commit is contained in:
Matthew Leong 2024-03-06 07:18:58 -08:00
parent 7029256637
commit 9015fa2bf0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
if vim.fn.has('nvim-0.10') == 0 then
error('Need Neovim v0.10+ in order to run Cosmic!')
error('Need Neovim v0.10+ (Nightly) in order to run Cosmic!')
end
local ok, err = pcall(require, 'cosmic')

View file

@ -55,7 +55,7 @@ experience with any LSP supported language._
#### Prerequisites
- Neovim (+0.10.0)
- Neovim (+0.10.0) nightly
- [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)