aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-28 11:21:25 -0600
committerTim Keller <tjkeller.xyz>2024-11-28 11:21:25 -0600
commit4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1 (patch)
tree6971a711a22b84ff1638733e42cd60ae862ac632 /README.md
parent222a35646d3cecac905c248ff7786b3c4dff764e (diff)
downloadminitab.nvim-4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1.tar.xz
minitab.nvim-4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1.zip
cleanup and fix a few bugs
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