Skip to content

Commit

Permalink
Merge pull request #25 from yaegassy/fix/neovim-config-in-readme
Browse files Browse the repository at this point in the history
fix(docs): fix Neovim config in README
  • Loading branch information
rubenhesselink authored Jun 17, 2024
2 parents 027a4b9 + 09d2d43 commit f0f5064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Project settings `.helix/languages.toml`:
django_settings_modules="<your.settings.module>"
```

### NeoVim
### Neovim

In your lspconfig add the following

```lua
require'lspconfig'.djlsp.setup{
cmd = { "<path-to-djlsp>" },
settings = {
init_options = {
djlsp = {
django_settings_module = "<your.settings.module>"
docker_compose_file = "docker-compose.yml",
Expand Down

0 comments on commit f0f5064

Please sign in to comment.