diff --git a/6.-Configurations.md b/6.-Configurations.md index 99e61f2..ca9d776 100644 --- a/6.-Configurations.md +++ b/6.-Configurations.md @@ -200,17 +200,27 @@ -# Config LSP +# LSP Configuration -- Jalankan dengan commond mode +- Install language servers with Mason ``` :MasonInstall html-lsp css-lsp typescript-language-server ``` -- jika tidak terbaca lspnya tambahkan pada file lua/custom/register_lsp.lua -- Rujukan Lnguage Support
- https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md +This will install the following language servers: + + - 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