delete arrow plugin

This commit is contained in:
Oliver Hartmann 2024-04-26 21:04:52 +02:00
parent 01d5a598bb
commit c298be4bfd
2 changed files with 0 additions and 11 deletions

View File

@ -1,7 +0,0 @@
return {
'otavioschwanck/arrow.nvim',
opts = {
show_icons = true,
leader_key = ';' -- Recommended to be a single key
}
}

View File

@ -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 = {
{