diff options
| author | 2023-07-04 19:20:57 -0400 | |
|---|---|---|
| committer | 2023-07-04 19:20:57 -0400 | |
| commit | e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f (patch) | |
| tree | cec512cdc41e123dd4229881d19ad839a98dc7a7 /after/plugin | |
| parent | b9891f56b133d41308051cc35171142126816caa (diff) | |
| download | nvim-e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f.tar.gz nvim-e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f.zip | |
no more lualine (what does it really do?)
Diffstat (limited to 'after/plugin')
| -rw-r--r-- | after/plugin/lualine.lua | 9 | 
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]] | 
