From df6301066aff9884720b40d40de46ac1018a05dd Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:30:58 +0700 Subject: [PATCH] Updated 6. Configurations (markdown) --- 6.-Configurations.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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