mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 19:28:52 +02:00
Updated 6. Configurations (markdown)
parent
693b3e5a4f
commit
df6301066a
1 changed files with 15 additions and 5 deletions
|
@ -200,17 +200,27 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
# 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 <br>
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue