From 8bd9df2abe924a6bd6f4275ae4119c076e168837 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Wed, 28 Feb 2024 01:11:51 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 121d8a6..6990077 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Incline is a plugin for creating lightweight floating statuslines. It works grea Why use Incline instead of Neovim's built-in winbar? Incline: -- Only takes up the amount of space it needs, leaving the rest of the line available for your code. +- Only takes up the amount of space it needs, leaving more room for your code. - Is highly configurable and themeable using Lua. - Can be shown/hidden dynamically based on cursor position, focus, buffer type, or any other condition. - Can be positioned at the top or bottom, left or right side of each window.