aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-27 22:10:47 -0600
committerTim Keller <tjkeller.xyz>2024-11-27 22:10:47 -0600
commita02c093408f78de0f864dbef565fe6b348f25916 (patch)
treef8ba878b5909a2acd3fe9d0b8e0301178efb78c9
parent4d6d9cb297b67753056787054e7b6616a895318c (diff)
downloadminitab.nvim-a02c093408f78de0f864dbef565fe6b348f25916.tar.xz
minitab.nvim-a02c093408f78de0f864dbef565fe6b348f25916.zip
fix lazy conf in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2f5cc0..36961d8 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Fork of
## Install
Using [`lazy.nvim`](https://github.com/folke/lazy.nvim)
```lua
-{ 'https://git.tjkeller.xyz/minitab.nvim' }
+{ url = 'https://git.tjkeller.xyz/minitab.nvim', config = true }
```
## Usage