diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 363bbc9024..de136fb9c9 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -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) @@ -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 diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 363bbc9024..de136fb9c9 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -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) @@ -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