feat: update readme
This commit is contained in:
parent
7029256637
commit
9015fa2bf0
2 changed files with 2 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -1,5 +1,5 @@
|
||||||
if vim.fn.has('nvim-0.10') == 0 then
|
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
|
end
|
||||||
|
|
||||||
local ok, err = pcall(require, 'cosmic')
|
local ok, err = pcall(require, 'cosmic')
|
||||||
|
|
|
@ -55,7 +55,7 @@ experience with any LSP supported language._
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
|
||||||
- Neovim (+0.10.0)
|
- Neovim (+0.10.0) nightly
|
||||||
- [Node.js](https://nodejs.org/en/)
|
- [Node.js](https://nodejs.org/en/)
|
||||||
- [prettierd](https://github.com/fsouza/prettierd) (for prettier formatting w/null_ls, optional)
|
- [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)
|
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null_ls, optional)
|
||||||
|
|
Loading…
Add table
Reference in a new issue