diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |