Updated 6. Configurations (markdown)

Asep Komarudin 2023-12-31 13:30:58 +07:00
parent 693b3e5a4f
commit df6301066a

@ -200,17 +200,27 @@
</tr> </tr>
</table> </table>
# Config LSP # LSP Configuration
- Jalankan dengan commond mode - Install language servers with Mason
``` ```
:MasonInstall html-lsp css-lsp typescript-language-server :MasonInstall html-lsp css-lsp typescript-language-server
``` ```
- jika tidak terbaca lspnya tambahkan pada file lua/custom/register_lsp.lua This will install the following language servers:
- Rujukan Lnguage Support <br>
https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md - html-lsp for HTML
- css-lsp for CSS
- typescript-language-server for TypeScript
Register language servers manually
If the language server you want to install is not listed in the :MasonInstall command, you can register it manually in the lua/custom/register_lsp.lua file.
Language support reference
For a list of all supported language servers, see the Mason.nvim documentation: https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md.
# Comfig Treesitter # Comfig Treesitter