Closed Djedouas closed 2 years ago
It is hard to fix, because easymotion change the context of current buffer.
It is hard to fix, because easymotion change the context of current buffer.
I see, then a workaround that could be ok for me is to be able to disable the indent level markers with an option in my init.toml
config file.
Or maybe there is a variable I could set in my myspacevim#before
or #after
function ?
Otherwise I have to use :IndentBlanklineDisable
manually
There is option for this in ui
layer.
There is option for this in
ui
layer.
Found it, thanks.
Ok for me as a workaround.
I let you choose to close the issue or not.
@Djedouas I will add hop.nvim for neovim 0.6.0.
Expected behavior, english is required
When using jump-to-line with
[SPC] j l
I expect to see the jump targets on the left of the lines.It does not work when Indent Blankline is enabled (which is the default behavior) because it appears that the jump targets are hidden by the indent marker (I can jump to a line where there is no target displayed when I randomly choose a key).
It works when Indent Blankline is disabled with
[SPC] t h i
before jumping, or on not indented lines.The reproduce ways from Vim starting (Required!)
Open a file (python file for instance).
Hit
[SPC] j l
.Targets are shown only on lines without indentation.
Output of the
:SPDebugInfo!
SpaceVim debug information
### SpaceVim options : ```toml auto_disable_touchpad = 1 autocomplete_method = 'deoplete' autocomplete_parens = 1 bootstrap_after = 'myspacevim#after' bootstrap_before = 'myspacevim#before' buffer_index_type = 4 checkinstall = 1 code_runner_focus = 0 colorscheme = 'srcery' colorscheme_bg = 'dark' colorscheme_default = 'desert' commandline_prompt = '>' custom_color_palette = [] custom_plugins = [['https://github.com/vim-python/python-syntax.git', {'repo': 'https://github.com/vim-python/python-syntax.git', 'merged': 0, 'overwrite': 1}], ['https://github.com/bkad/CamelCaseMotion.git', {'repo': 'https://github.com/bkad/CamelCaseMotion.git', 'merged': 0, 'overwrite': 1}], ['https://github.com/vim-scripts/argtextobj.vim', {'repo': 'https://github.com/vim-scripts/argtextobj.vim', 'merged': 0, 'overwrite': 1}], ['https://github.com/KabbAmine/zeavim.vim', {'repo': 'https://github.com/KabbAmine/zeavim.vim', 'merged': 0, 'overwrite': 1}]] data_dir = '/home/jacky/.cache/' debug_level = 1 default_custom_leader = 'Screenshots
The targets for indented lines seems hidden by the indentation level marker.
After hiding the indentation level markers