mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 01:58:18 +00:00
add simple test project (#132)
This commit is contained in:
parent
f778bef5db
commit
dab4e71a51
16 changed files with 263 additions and 0 deletions
7
.lazy.lua
Normal file
7
.lazy.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
vim.lsp.config["djls"] = {
|
||||
cmd = { "djls", "serve" },
|
||||
filetypes = { "htmldjango" },
|
||||
root_markers = { "manage.py", "pyproject.toml" },
|
||||
}
|
||||
vim.lsp.enable("djls")
|
||||
return {}
|
Loading…
Add table
Add a link
Reference in a new issue