From 78fb2c072fef3a08d9bdc9788bbd9b89311b933c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Nov 2020 18:50:33 -0500 Subject: all kinds of stuff --- lua/nvcodeline.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lua') diff --git a/lua/nvcodeline.lua b/lua/nvcodeline.lua index f66c2e9a..e416b2c3 100644 --- a/lua/nvcodeline.lua +++ b/lua/nvcodeline.lua @@ -256,3 +256,16 @@ gls.short_line_left[1] = { -- highlight = {colors.grey,colors.purple} -- } -- } +-- function! s:my_bookmark_color() abort +-- let s:scl_guibg = matchstr(execute('hi SignColumn'), 'guibg=\zs\S*') +-- if empty(s:scl_guibg) +-- let s:scl_guibg = 'NONE' +-- endif +-- exe 'hi MyBookmarkSign guifg=' . s:scl_guibg +-- endfunction +-- call s:my_bookmark_color() " don't remove this line! + +-- augroup UserGitSignColumnColor +-- autocmd! +-- autocmd ColorScheme * call s:my_bookmark_color() +-- augroup END -- cgit v1.2.3