Restructuring

This commit is contained in:
2023-09-24 04:54:30 +02:00
parent 6a69cfc842
commit df63eeb98e
43 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -130,8 +130,8 @@ 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 the top of `lua/lsp/init.lua`
or disable them in `lua/lsp/config/<server>.lua`.
warning messages, you may either remove them from the top of `lua/lsp.lua`
or disable them in `lua/lsp/<server>.lua`.
### Clipboard
see `:checkhealth` and `:h clipboard`.