From bd98df3847e52e14c6cd88ba08857f1841f40887 Mon Sep 17 00:00:00 2001 From: hoob3rt <41551030+hoob3rt@users.noreply.github.com> Date: Wed, 30 Dec 2020 17:53:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19d8abf..2a53506 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Lualine has sections as shown below. Each sections holds it's components e.g. current vim's mode. Colorscheme of sections is mirrored, meaning section `A` will have the same colorscheme as section `Z` etc. +Configuration is currently limited to lua, please use lua block or a separate lua file to configure lualine. + ### Starting lualine ```lua local lualine = require('lualine')