We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623bcf0 commit a0aa40fCopy full SHA for a0aa40f
1 file changed
lsp/djls.lua
@@ -0,0 +1,12 @@
1
+---@brief
2
+---
3
+--- https://github.com/joshuadavidthomas/django-language-server
4
5
+--- `djls`, a language server for the Django web framework.
6
+
7
+---@type vim.lsp.Config
8
+return {
9
+ cmd = { 'djls', 'serve' },
10
+ filetypes = { 'htmldjango', 'html', 'python' },
11
+ root_markers = { 'manage.py', 'pyproject.toml', '.git' },
12
+}
0 commit comments