diff options
-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) |