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.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua
new file mode 100644
index 0000000..9c8b1b7
--- /dev/null
+++ b/after/plugin/lualine.lua
@@ -0,0 +1,9 @@
+require('lualine').setup {
+ options = {
+ icons_enabled = false,
+ component_seperators = { left = '', right = '' },
+ section_seperators = { left = '', right = '' },
+ }
+}
+
+vim.cmd [[set noshowmode]]