wellcomez

Results 22 issues of wellcomez

lazygit is command line git tool. If it is launched from terminal inside goneovim, ~~keyboard event and~~ **left mouse click** can't be received by lazygit. Any events just can be...

function can provide parameter . In my case , several constructor functions appear in same file. If outline can provider parameter information, it can make more easier to choose right...

enhancement
P2

let g:python3_host_prog = '~/py38/bin/python3' an error message , python3 can't be executed. If input is an absolute path no error

if new change file is filtered out, coder can focus on them more easier.

Plug 'akinsho/bufferline.nvim' Plug 'bagrat/vim-buffet' Plug 'vim-airline/vim-airline' Plug 'romgrk/barbar.nvim' none of them can work .

1. open tagbar 2. split tagbar window 3. open tag inside of tagbar 4. Error message w:autoclose undefined. jump fail root cause at function! s:JumpToTag(stay_in_tagbar) abort let taginfo = s:GetTagInfo(line('.'),...

bug

https://github.com/wellcomez/docsify-highlight

good first issue
waiting for a pr

**Is your feature request related to a problem? Please describe.** Symbol tree can be expanded automatically like other symbol outline's implementation. **Describe the solution you'd like** Currently I need tap...

enhancement

```go func drawText_offset(p *creator.Paragraph, c *creator.Creator, offsetX float64, offsetY float64, att *text_attributes) { // Change to times bold font (default is helvetica). p.SetFont(getFontByName(font)) p.SetFontSize(att.FontSize) p.SetPos(offsetX, offsetY) p.SetColor(creator.ColorRGBFromHex("#" + att.FontColor)) p.SetAngle(att.Angle)...