lunacookies / vim-colors-xcode

Xcode 11’s dark and light colourschemes for Vim
ISC License
608 stars 60 forks source link

fix(doc): Removed duplicated doc code in doc/xcodehc.txt #36

Closed vismaybhargav closed 2 months ago

vismaybhargav commented 10 months ago

I noticed an error when trying to install the plugin on my Neovim. I found out it was an error with duplicate documentation in the doc/xcodehc.txt file. This pull request fixes that by removing it.

bronzehedwick commented 10 months ago

Thanks @VizB!

This theme is generated via Colortemplate. Can you make the necessary changes to the template files, run the script, and commit all in your PR?

vismaybhargav commented 10 months ago

Sure! I'll get on that.

Faetu commented 4 months ago

@vismaybhargav How can I install your version?

vismaybhargav commented 4 months ago

@vismaybhargav How can I install your version?

You can download it by going to my profile and go to the repo with the same name. then when you put that into your package manager just do vismaybhargav/vim-colors-xcode

hernancerm commented 2 months ago

I'm seeing this same issue on installation in Neovim. I'm using Lazy 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

image Installing vismaybhargav's version was successful (vismaybhargav/vim-colors-xcode).

bronzehedwick commented 2 months ago

Looks like I at mentioned the wrong person to get this issue fixed. @vismaybhargav can you update your PR to use color template?

This theme is generated via Colortemplate. Can you make the necessary changes to the template files, run the script, and commit all in your PR?

Perkelo commented 2 months ago

I made an AUR Package for this repo. However, since this PR hasn't been merged yet I had to use a fork with the config file deduplicated. Once the commit is merged, I will refer the package to the original repo

Perkelo commented 2 months ago

Thanks, updated