Skip to content

Commit

Permalink
try to fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
LostNeophyte committed Jan 18, 2023
1 parent 80296f7 commit c50bdb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/features/supported-frameworks/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You may want to add this plugin to your config. It provides treesitter integrati
## Configure LunarVim

The `angularls` server is overridden by default. So it needs to be
[manually configured](../../configuration/language-features/language-servers.md#server-override).
[manually configured](/configuration/language-features/language-servers.md#server-override).

### Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/features/supported-frameworks/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{ "eslint", "stylelint_lsp", "tailwindcss", "volar", "vuels" }
```

Only `vuels` is enabled by default and the other servers need to be [manually configured](../../configuration/language-features/language-servers.md#manually-configured-servers).
Only `vuels` is enabled by default and the other servers need to be [manually configured](/configuration/language-features/language-servers.md#manually-configured-servers).

## Supported formatters

Expand Down
2 changes: 1 addition & 1 deletion docs/features/supported-languages/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- tailwindcss
- tsserver

Only `tsserver` and `tailwindcss` is enabled by default and the other servers need to be [manually configured](../../configuration/language-features/language-servers.md#manually-configured-servers).
Only `tsserver` and `tailwindcss` is enabled by default and the other servers need to be [manually configured](/configuration/language-features/language-servers.md#manually-configured-servers).

## Supported formatters

Expand Down
2 changes: 1 addition & 1 deletion docs/features/supported-languages/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- tailwindcss
- tsserver

Only `tsserver` and `tailwindcss` is enabled by default and the other servers need to be [manually configured](../../configuration/language-features/language-servers.md#manually-configured-servers).
Only `tsserver` and `tailwindcss` is enabled by default and the other servers need to be [manually configured](/configuration/language-features/language-servers.md#manually-configured-servers).

### TypeScript standalone server (tsserver)

Expand Down

0 comments on commit c50bdb0

Please sign in to comment.