diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |