From fd8d232690d7be816b16213083007f432449987d Mon Sep 17 00:00:00 2001 From: Nanderty Date: Thu, 23 Mar 2023 13:56:42 +0100 Subject: test --- lua/plugins/interface.lua | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lua/plugins/interface.lua b/lua/plugins/interface.lua index ab5cea3..ddc7b8e 100644 --- a/lua/plugins/interface.lua +++ b/lua/plugins/interface.lua @@ -15,10 +15,6 @@ return { buffer_close_icon = ' ', }, }, - config = function(_, opts) - local highlights = require('rose-pine.plugins.bufferline') - require('bufferline').setup(opts,{ highlights = highlights }) - end }, { 'nvim-lualine/lualine.nvim', @@ -46,8 +42,15 @@ return { 'BufReadPost', 'BufNewFile' }, - config = function() - require('gitsigns').setup() - end, + opts = { + signs = { + add = { text = " ▎" }, + change = { text = " ▎" }, + delete = { text = " " }, + topdelete = { text = " " }, + changedelete = { text = " ▎" }, + untracked = { text = " ▎" }, + }, + }, }, } -- cgit v1.2.3