feat(readme): update readme with null-ls

This commit is contained in:
Matt Leong 2021-11-09 19:11:41 -08:00
parent 3aab287794
commit 9ced86d6bc

View file

@ -21,8 +21,7 @@ Full featured native LSP functionality!
- 🔍 Find references/type def/declaration - 🔍 Find references/type def/declaration
- 💡 Code actions - 💡 Code actions
- 🚨 Statusline diagnostics - 🚨 Statusline diagnostics
- ⚠️ Linting thanks to [eslint](https://github.com/williamboman/nvim-lsp-installer/blob/main/lua/nvim-lsp-installer/servers/eslint/README.md) - 🔧 Formatting/linting thanks to [null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim)
- 🔧 Formatting thanks to [efm](https://github.com/mattn/efm-langserver)
##### Additional features ##### Additional features
@ -52,8 +51,8 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen
- Neovim (+0.6.0) - Neovim (+0.6.0)
- [Node.js](https://nodejs.org/en/) - [Node.js](https://nodejs.org/en/)
- [prettierd](https://github.com/fsouza/prettierd) (for prettier formatting w/efm, 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/efm, optional) - [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null-ls, optional)
#### Install #### Install