feat(readme): update readme with null-ls
This commit is contained in:
parent
3aab287794
commit
9ced86d6bc
1 changed files with 4 additions and 5 deletions
|
@ -21,8 +21,7 @@ Full featured native LSP functionality!
|
|||
- 🔍 Find references/type def/declaration
|
||||
- 💡 Code actions
|
||||
- 🚨 Statusline diagnostics
|
||||
- ⚠️ Linting thanks to [eslint](https://github.com/williamboman/nvim-lsp-installer/blob/main/lua/nvim-lsp-installer/servers/eslint/README.md)
|
||||
- 🔧 Formatting thanks to [efm](https://github.com/mattn/efm-langserver)
|
||||
- 🔧 Formatting/linting thanks to [null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim)
|
||||
|
||||
##### Additional features
|
||||
|
||||
|
@ -52,8 +51,8 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen
|
|||
|
||||
- Neovim (+0.6.0)
|
||||
- [Node.js](https://nodejs.org/en/)
|
||||
- [prettierd](https://github.com/fsouza/prettierd) (for prettier formatting w/efm, optional)
|
||||
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint 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/null-ls, optional)
|
||||
|
||||
#### Install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue