diff --git a/LSP.md b/LSP.md index ed098a6..c0123a0 100644 --- a/LSP.md +++ b/LSP.md @@ -74,6 +74,13 @@ Here's our help-text being displayed on-hover: ![Help](_misc/help.png?raw=true "Help") +Here's the same again, using neovim: + +![Neovim Completion](_misc/neovim-complete.png?raw=true "Completion") + +![Neovim Help](_misc/neovim-help.png?raw=true "Help") + + # Notes diff --git a/_misc/neovim-complete.png b/_misc/neovim-complete.png new file mode 100644 index 0000000..41cf563 Binary files /dev/null and b/_misc/neovim-complete.png differ diff --git a/_misc/neovim-help.png b/_misc/neovim-help.png new file mode 100644 index 0000000..354d0cc Binary files /dev/null and b/_misc/neovim-help.png differ