Hernán Cervera
Hernán Cervera
Hi @jameskleeh, are there additional changes that I should make?
Hi @graemerocher, thanks for the review and sorry for the delay. I expect to address the changes during the next week, since currently I have other things at hand
I'm seeing this same issue on installation in Neovim. I'm using [Lazy](https://github.com/folke/lazy.nvim) as the plugin manager. ``` ...hare/nvim/lazy/lazy.nvim/lua/lazy/manage/task/plugin.lua:95: Vim:E154: Duplicate tag "g:xcodehc_dim_punctuation" in file /Users/hernancervera/.local/share/nvim/lazy/vim-colors-xcode/doc/xcodehc.txt ```  Installing vismaybhargav's version...
For the question of how to display the call hierarchy, it seems to me that `vim.ui.tree` (#33914) would be fitting here.
The reason for my interest on this one char width feature is this: **I would like to display the `multispace` char of `listchars` and the indentation guides at the same...
Thank you, for the code and for considering implementing the capability into the plugin. The hook you provided achieves the behavior I'm looking for. I'll keep using it for some...
> I'll keep using it for some time to see if this indentation guide style grows on me. FWIW I've used this indentation style since my last comment in this...
I'm on version 0.12.0. I've noticed cases where the visual mode highlight lingers after leaving visual mode. Steps to reproduce: 1. Type anything. 2. Type `v`, then `h` some times...
I should have opened this as its own bug to begin with, thank you for creating the issue and addressing it so fast. I tested the fix from c6bd7b7 and...
@jeffreytse I totally understand, I'm ok with leaving the inconsistency. It's nice knowing my reports/testing are appreciated :) Focusing on the issue topic, after the fix from c6bd7b7 I did...