From 9e6286f44c0e8d09123877880ecf7ee3a715e7e8 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Wed, 7 Feb 2024 14:30:53 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb0876e..295fcf8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Why use Incline instead of Neovim's built-in winbar? Incline: - Takes up only the amount of space it needs, leaving the rest of the line available 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 you want. -- Can be positioned anywhere you want. +- 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. - Can even be used in combination with a bufferline, if you really want! ![Screenshot of Incline.nvim running in Neovim](https://user-images.githubusercontent.com/21299126/167235114-d562ea45-155c-4d82-aaf1-95abb56398b7.png)