From 4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 28 Nov 2024 11:21:25 -0600 Subject: cleanup and fix a few bugs --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3