johnybx
johnybx
I was looking for similar thing and found this https://github.com/glepnir/galaxyline.nvim/issues/158 comment which resolved this problem for me between normal split windows.
I think I just got very similar problem to yours and also trying to find out where the settings could be cached. I am updating the configuration and when I...
ok, my problem was in naming actual components with the same name as in different parts of galaxyline ( I had `FileName` component in `left` and also in `short_line_right` and...
nice this works although I thought that we could also cleanup the cache in [`s:monitored`](https://github.com/rcarriga/vim-ultest/blob/2a35653111b023660b519f6dbd95c97996ce8b02/plugin/ultest.vim#L430) and [`PositionTracker`](https://github.com/rcarriga/vim-ultest/blob/2a35653111b023660b519f6dbd95c97996ce8b02/rplugin/python3/ultest/handler/tracker.py#L19) in the case when file is reopened :slightly_smiling_face: ( I don't do reopening...
Seems to be related to #1156
Hi, yes I tested the links in gitlab and also with [nvim extension](https://github.com/iamcco/markdown-preview.nvim) and links work only if anchor slug ignores the link text. Even if heading looks like this...
I just tried the workaround and it works but when I define links using link definition than the generate table of contents command is broken ``` Test table of contents...
I have same problem. I defined mapping with config below but `swap` and `lsp_interop` are not defined at all - cannot see it in mappings. ~~`select` and~~ Only `move` seem...
now that the [reverse request StartDebugging](https://microsoft.github.io/debug-adapter-protocol/specification#Reverse_Requests_StartDebugging) is released do you plan to add support for multiple sessions @mfussenegger ?