Skip to content

Commit

Permalink
fix(docs): Add note about filetype for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jan 11, 2024
1 parent 796394f commit 29f6681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,8 @@ require'lspconfig'.docker_compose_language_service.setup{}
```lua
true
```

> [!NOTE]
> If the docker-compose-langserver doesn't startup when entering a `docker-compose.yaml` file, make sure that the filetype is `yaml.docker-compose`. You can set with: `:set filetype=yaml.docker-compose`
## dockerls

Expand Down

0 comments on commit 29f6681

Please sign in to comment.