From db164e4801f054a03e2c1f7123a12b214e1e0458 Mon Sep 17 00:00:00 2001 From: Mahdi Jalili <123359596+Dan7h3x@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:57:15 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43b455d..b02dc04 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A little (smart maybe) lsp signature helper for neovim. This Neovim plugin provides a signature help feature for LSP (Language Server Protocol) clients. It displays function signatures and parameter information in a floating window as you type in insert mode or move the cursor in normal mode. The plugin also includes a notification system to display messages with different levels of severity (info, warning, error). + +# Demo (WIP) +![Demo](https://github.com/user-attachments/assets/fcdb6561-e616-4df7-9f5c-1d22b9297b0e) + ## Features - **Signature Help**: Displays function signatures and parameter information in a floating window.