feat(nvim): remove grapple icons on lualine
This commit is contained in:
parent
d29dddfb0f
commit
0cd13cde91
1 changed files with 0 additions and 7 deletions
|
@ -65,13 +65,6 @@ return {
|
||||||
table.insert(opts.config.center, 5, grapple)
|
table.insert(opts.config.center, 5, grapple)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"nvim-lualine/lualine.nvim",
|
|
||||||
optional = true,
|
|
||||||
opts = function(_, opts)
|
|
||||||
table.insert(opts.sections.lualine_c, { require("grapple").statusline, cond = require("grapple").exists })
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue