From c298be4bfdc984b1e03ca94626badabf6c71f412 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 26 Apr 2024 21:04:52 +0200 Subject: [PATCH] delete arrow plugin --- lua/plugins/arrow.lua | 7 ------- lua/plugins/lualine.lua | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 lua/plugins/arrow.lua diff --git a/lua/plugins/arrow.lua b/lua/plugins/arrow.lua deleted file mode 100644 index 89246ca..0000000 --- a/lua/plugins/arrow.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - 'otavioschwanck/arrow.nvim', - opts = { - show_icons = true, - leader_key = ';' -- Recommended to be a single key - } -} diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 1c3fd56..c84a51c 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -5,7 +5,6 @@ return { 'Isrothy/lualine-diagnostic-message' }, config = function() - local statusline = require('arrow.statusline') require('lualine').setup { options = { theme = 'bamboo', @@ -54,9 +53,6 @@ return { file_status = true, separator = { left = '', right = '' }, }, - { - statusline.text_for_statusline_with_icons - } }, lualine_b = { {