diff options
author | Matthew Wozniak <sirtomato999@gmail.com> | 2023-07-04 19:20:57 -0400 |
---|---|---|
committer | Matthew Wozniak <sirtomato999@gmail.com> | 2023-07-04 19:20:57 -0400 |
commit | e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f (patch) | |
tree | cec512cdc41e123dd4229881d19ad839a98dc7a7 | |
parent | b9891f56b133d41308051cc35171142126816caa (diff) | |
download | nvim-e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f.tar.gz nvim-e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f.zip |
no more lualine (what does it really do?)
-rw-r--r-- | after/plugin/lualine.lua | 9 | ||||
-rw-r--r-- | init.lua | 2 |
2 files changed, 0 insertions, 11 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]] @@ -31,6 +31,4 @@ return require('packer').startup(function(use) {'L3MON4D3/LuaSnip'}, -- Required } } - - use 'nvim-lualine/lualine.nvim' end) |