From 6c91cfb83efb279a17ed1f6949b80192f2400eae Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Thu, 22 May 2025 14:38:51 +0200 Subject: [PATCH] Center logo and header in README.Md so it looks nice --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 932ad0a..e28bbd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -![icon](vscode/icon.png) - -# Django Template LSP server +

+ +

+

Django Template LSP server

The Django Template LSP server enhances your Django development experience with powerful features for navigating and editing template files. @@ -123,7 +124,7 @@ To use the Django template LSP with VSCode read the following [readme](vscode/RE ## Development -For local development, using [Helix](https://helix-editor.com) is the easiest approach. +For local development, using [Helix](https://helix-editor.com) is the easiest approach. The configuration for using the source Django template language server, with logging enabled, is already set up. To start the Helix editor with the environment activated and the correct workspace loaded, run: @@ -157,4 +158,3 @@ require("lspconfig").djlsp.setup({ cmd = { "/path/to/django-template-lsp/.venv/bin/djlsp", "--enable-log" }, }) ``` -