summaryrefslogtreecommitdiff
path: root/after/plugin/lualine.lua
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <sirtomato999@gmail.com> 2023-07-04 19:20:57 -0400
committerGravatar Matthew Wozniak <sirtomato999@gmail.com> 2023-07-04 19:20:57 -0400
commite390a5d4d2b7c78d4522a43cb3ed9b9bd353610f (patch)
treecec512cdc41e123dd4229881d19ad839a98dc7a7 /after/plugin/lualine.lua
parentb9891f56b133d41308051cc35171142126816caa (diff)
downloadnvim-e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f.tar.gz
nvim-e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f.zip
no more lualine (what does it really do?)
Diffstat (limited to 'after/plugin/lualine.lua')
-rw-r--r--after/plugin/lualine.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua
deleted file mode 100644
index 9c8b1b7..0000000
--- a/after/plugin/lualine.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-require('lualine').setup {
- options = {
- icons_enabled = false,
- component_seperators = { left = '', right = '' },
- section_seperators = { left = '', right = '' },
- }
-}
-
-vim.cmd [[set noshowmode]]