Jan Christoph Ebersbach

Results 55 issues of Jan Christoph Ebersbach

Thank you for the great tool! I love it! I noticed that the group and section features don't support nesting. It would be great to have that functionality so that...

I use tpope's [obsession](https://github.com/tpope/vim-obsession) plugin a lot and noticed that after restoring a session the buffer names are empty in JABS. `:ls` properly shows all names but JABS doesn't seem...

Thank you for the great plugin. I noticed that switching between tokyonight styles day and night doesn't update the lightline tab colors properly. Here's what I did: * `let g:tokyonight_style=day`...

I added the hyperlink map from sanctuary-type-classes as I find it much easier to navigate and consume than the two-fold link list + dependency picture.

The conversation started at #33. I created a gist to track the specification for themes: https://gist.github.com/jceb/6c931fe7d17ce4adf497bca277f73131 BTW, is there an option to collaborate on a gist? I haven't seen possibility...

enhancement

Version: 0.6.9 In previous versions this simple document would lead to a card with a yellow background and a black foreground color. With the latest update this feature broke and...

bug

I tried using custom colors with textusm.cli like it I'd in the web version. However, the cli version didn't pick up the colors and stay with default colors. When I...

bug

I created a simple diagram with just a few entries in a user story map and exported it to SVG. The cards get generated properly but I noticed that not...

bug

I tried to connect CloudCross to a business account on O365 and didn't succeed. Is it possible to synchronize with OneDrive on these `company.sharepoint.com` URLs?

I set up rest.nvim as an optional dependency like this: ```lua use({ "NTBBloodbath/rest.nvim", requires = { "nvim-lua/plenary.nvim" }, opt = true, ft = { "http" }, config = function() require("rest-nvim").setup({...