From 5f41f76c3ea27aab396cd48624b5162d5eb9d2c8 Mon Sep 17 00:00:00 2001 From: willem Date: Sun, 28 Jul 2024 22:33:21 +0000 Subject: [PATCH] change x --- lua/custom/plugins/cokeline.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/custom/plugins/cokeline.lua b/lua/custom/plugins/cokeline.lua index f1a071e..eca3a9c 100644 --- a/lua/custom/plugins/cokeline.lua +++ b/lua/custom/plugins/cokeline.lua @@ -2,9 +2,9 @@ return { { 'willothy/nvim-cokeline', 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 - 'stevearc/resession.nvim', -- Optional, for persistent history + 'stevearc/resession.nvim', -- Optional, for persistent history }, config = function() local get_hex = require('cokeline.hlgroups').get_hl_attr @@ -64,7 +64,7 @@ return { end, }, { - text = '', + text = '⤫', on_click = function(_, _, _, _, buffer) buffer:delete() end,