change x
This commit is contained in:
parent
ce81b698f8
commit
5f41f76c3e
@ -2,9 +2,9 @@ return {
|
|||||||
{
|
{
|
||||||
'willothy/nvim-cokeline',
|
'willothy/nvim-cokeline',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-lua/plenary.nvim', -- Required for v0.4.0+
|
'nvim-lua/plenary.nvim', -- Required for v0.4.0+
|
||||||
'nvim-tree/nvim-web-devicons', -- If you want devicons
|
'nvim-tree/nvim-web-devicons', -- If you want devicons
|
||||||
'stevearc/resession.nvim', -- Optional, for persistent history
|
'stevearc/resession.nvim', -- Optional, for persistent history
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local get_hex = require('cokeline.hlgroups').get_hl_attr
|
local get_hex = require('cokeline.hlgroups').get_hl_attr
|
||||||
@ -64,7 +64,7 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text = '',
|
text = '⤫',
|
||||||
on_click = function(_, _, _, _, buffer)
|
on_click = function(_, _, _, _, buffer)
|
||||||
buffer:delete()
|
buffer:delete()
|
||||||
end,
|
end,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user