summaryrefslogtreecommitdiff
path: root/after/plugin/lualine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/lualine.lua')
-rw-r--r--after/plugin/lualine.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua
new file mode 100644
index 0000000..20de644
--- /dev/null
+++ b/after/plugin/lualine.lua
@@ -0,0 +1,7 @@
+require('lualine').setup {
+ options = {
+ component_separators = { left = '', right = ''},
+ section_separators = { left = '', right = ''},
+-- theme = require('lualine.themes.powerline'),
+ }
+}