From 5fc738bb7991f7d7890be14e7a74a50e21f0bd81 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Mon, 28 Dec 2020 00:08:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5f9e416..44f75d0 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # nvim-hardline + +A statusline / bufferline for Neovim written in Lua. It is inspired by +[vim-airline](https://github.com/vim-airline/vim-airline) but aims to +be as light and simple as possible. + +This plugin in mainly for my own use.