diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-28 11:21:25 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-28 11:21:25 -0600 |
commit | 4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1 (patch) | |
tree | 6971a711a22b84ff1638733e42cd60ae862ac632 /README.md | |
parent | 222a35646d3cecac905c248ff7786b3c4dff764e (diff) | |
download | minitab.nvim-4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1.tar.xz minitab.nvim-4e6ad07b4bd217e9fb44d99225b3467d5c5f33f1.zip |
cleanup and fix a few bugs
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 |