From a97e27b33bf2c3197a84247a6853ba9bf02eff50 Mon Sep 17 00:00:00 2001
From: emp-temp <emptemp0000@gmail.com>
Date: Tue, 26 Nov 2024 03:16:34 +0900
Subject: [PATCH] docs: Removed space in Registering servers in the
 documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f7d16352c..bb0af30bf 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ function! s:on_lsp_buffer_enabled() abort
 
     let g:lsp_format_sync_timeout = 1000
     autocmd! BufWritePre *.rs,*.go call execute('LspDocumentFormatSync')
-    
+
     " refer to doc to add more commands
 endfunction