delete arrow plugin
This commit is contained in:
parent
01d5a598bb
commit
c298be4bfd
@ -1,7 +0,0 @@
|
||||
return {
|
||||
'otavioschwanck/arrow.nvim',
|
||||
opts = {
|
||||
show_icons = true,
|
||||
leader_key = ';' -- Recommended to be a single key
|
||||
}
|
||||
}
|
@ -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 = {
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user