Restructuring

This commit is contained in:
2023-09-06 17:04:30 +02:00
parent 0dc2cf1f10
commit d84b64a6e6
42 changed files with 55 additions and 122 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Some servers have additional runtime dependencies:
- **bash-language-server**: shellcheck (optional, used for linting)
If you don't need some specific language server, and want to get rid of any warning messages, you may either remove them from `lua/lsp/servers/init.lua` or disable them in `lua/lsp/servers/<server>.lua`.
If you don't need some specific language server, and want to get rid of any warning messages, you may either remove them from the top of `lua/lsp/init.lua` or disable them in `lua/lsp/config/<server>.lua`.
### Clipboard
see `:checkhealth` and `:h clipboard`.