From 5138db8fa2d692e15da039a1c1841e0f78280eed Mon Sep 17 00:00:00 2001 From: edluffy Date: Mon, 15 Mar 2021 03:09:08 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b216c..aadd94b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # specs.nvim 👓 -Specs.nvim - show where your cursor moves when jumping large distances (e.g between windows). Fast and lightweight, written completely in Lua. +Show where your cursor moves when jumping large distances (e.g between windows). Fast and lightweight, written completely in Lua. WIP. +![demo](https://user-images.githubusercontent.com/28115337/111098526-90923e00-853b-11eb-8e7c-c5892d64c180.gif) ## Install Using [packer.nvim](https://github.com/wbthomason/packer.nvim): ```lua From 5327dd3f14ad568180fd9b8cc24a4ce2cf9301fd Mon Sep 17 00:00:00 2001 From: edluffy Date: Mon, 15 Mar 2021 03:36:16 +0000 Subject: [PATCH 2/2] Fix readme syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aadd94b..dff2caf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Plug 'edluffy/specs.nvim' ``` ## Usage If you are using init.vim instead of init.lua, remember to wrap block below with `lua << EOF` and `EOF` -``` +```lua require('specs').setup{ show_jumps = true, min_jump = 30,