Skip to content

Commit

Permalink
docs: update server_configurations.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent 8c7cbc2 commit 37f362e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [dhall_lsp_server](#dhall_lsp_server)
- [diagnosticls](#diagnosticls)
- [digestif](#digestif)
- [djlsp](#djlsp)
- [docker_compose_language_service](#docker_compose_language_service)
- [dockerls](#dockerls)
- [dolmenls](#dolmenls)
Expand Down Expand Up @@ -2949,6 +2950,39 @@ require'lspconfig'.digestif.setup{}
```


## djlsp

https://github.com/fourdigits/django-template-lsp

`djlsp`, a language server for Django templates.



**Snippet to enable the language server:**
```lua
require'lspconfig'.djlsp.setup{}
```


**Default values:**
- `cmd` :
```lua
{ "djlsp" }
```
- `filetypes` :
```lua
{ "html", "htmldjango" }
```
- `root_dir` :
```lua
see source file
```
- `settings` :
```lua
{}
```


## docker_compose_language_service

https://github.com/microsoft/compose-language-service
Expand Down
34 changes: 34 additions & 0 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [dhall_lsp_server](#dhall_lsp_server)
- [diagnosticls](#diagnosticls)
- [digestif](#digestif)
- [djlsp](#djlsp)
- [docker_compose_language_service](#docker_compose_language_service)
- [dockerls](#dockerls)
- [dolmenls](#dolmenls)
Expand Down Expand Up @@ -2949,6 +2950,39 @@ require'lspconfig'.digestif.setup{}
```


## djlsp

https://github.com/fourdigits/django-template-lsp

`djlsp`, a language server for Django templates.



**Snippet to enable the language server:**
```lua
require'lspconfig'.djlsp.setup{}
```


**Default values:**
- `cmd` :
```lua
{ "djlsp" }
```
- `filetypes` :
```lua
{ "html", "htmldjango" }
```
- `root_dir` :
```lua
see source file
```
- `settings` :
```lua
{}
```


## docker_compose_language_service

https://github.com/microsoft/compose-language-service
Expand Down

0 comments on commit 37f362e

Please sign in to comment.