summaryrefslogtreecommitdiff
path: root/after/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin')
-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]]