Update README
This commit is contained in:
@@ -9,8 +9,21 @@ These are the requirements to make use of this neovim configuration. Currently o
|
|||||||
- git
|
- git
|
||||||
- tar
|
- tar
|
||||||
|
|
||||||
## Language Server dependencies
|
## Optional
|
||||||
Some language servers included in this config requires some additional software. Without these installed, you will get a warning and the servers will not be enabled. If you don't need them, and want to get rid of the warning, you may either remove them in `lua/lsp/servers/init.lua` or disable them in `lua/lsp/servers/<server>.lua`.
|
|
||||||
|
The following are optional but provides additional features.
|
||||||
|
|
||||||
|
### Language Server dependencies
|
||||||
|
Some language servers included in this config requires some additional software. Without these installed, you will get a warning and the servers will not be enabled. If you don't need them, and want to get rid of the warning, you may either remove them from `lua/lsp/servers/init.lua` or disable them in `lua/lsp/servers/<server>.lua`.
|
||||||
|
|
||||||
- **bashls**: npm, shellcheck
|
- **bashls**: npm, shellcheck
|
||||||
- **diagnosticls**: npm
|
- **diagnosticls**: npm
|
||||||
|
|
||||||
|
### treesitter
|
||||||
|
The treesitter CLI executable might be needed for installing some parsers. You will encounter an error if you try to install one that requires it and you don't have treesitter CLI utility installed.
|
||||||
|
|
||||||
|
### Clipboard
|
||||||
|
see `:checkhealth` and `:h clipboard`.
|
||||||
|
|
||||||
|
# License
|
||||||
|
See the included [LICENSE](LICENSE) file.
|
||||||
Reference in New Issue
Block a user