aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 36961d8..bf7d914 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,12 @@ Fork of
## Features
* Just a lua rewrite of the tabline render function
* No weird mixing buffers and tabs stuff
+* Size/position of tabs doesn't change
## Install
Using [`lazy.nvim`](https://github.com/folke/lazy.nvim)
```lua
-{ url = 'https://git.tjkeller.xyz/minitab.nvim', config = true }
-```
-
-## Usage
-Add this to your init.lua:
-```lua
-require('minitab').setup{}
+return { url = 'https://git.tjkeller.xyz/minitab.nvim', config = true }
```
## Configuration