Re: [VIM] Re: [VIM] Re: [VIM] Re: [VIM] Re: vim/colorschemes: Request For Comments

2022-02-15 Thread Walter Cazzola
I have changed the name to those you suggest: /home/cazzola/.vim/pack/bundle/start └── colorschemes ├── colors │   ├── blue.vim │   ├── darkblue.vim │   ├── delek.vim │   ├── desert.vim │   ├── elflord.vim │   ├── evening.vim │   ├── industry.vim │   ├── koehle

Re: [VIM] Re: [VIM] Re: [VIM] Re: vim/colorschemes: Request For Comments

2022-02-15 Thread Maxim Kim
вторник, 15 февраля 2022 г. в 13:44:16 UTC+3, Walter Cazzola: > As replied to Romain, also the manual installation fails. > The directory structure I see is not what `:h packages` would suggest to have. In the end it should have smth like: /home/username/.vim/pack/bundle/start └── colorsc

Re: [VIM] Re: [VIM] Re: [VIM] Re: vim/colorschemes: Request For Comments

2022-02-15 Thread Walter Cazzola
As replied to Romain, also the manual installation fails. Walter On Mon, 14 Feb 2022, Maxim Kim wrote: Hi Walter, looks like your vim/colorscheme installation is not "correct". Your `:verbose hi Normal` command shows that original murphy was used, not the one from vim/colorschemes. I can't t

Re: [VIM] Re: [VIM] Re: [VIM] Re: vim/colorschemes: Request For Comments

2022-02-15 Thread Walter Cazzola
Hi On Mon, 14 Feb 2022, Romain Lafourcade wrote: @Walter, your murphy is still the built-in one so I suspect either a flawed installation of the vim/colorscheme package or a bug in your plugin manager. Could you try the :help package method instead? 1. Create this directory hierarchy: $

Re: [VIM] Re: [VIM] Re: [VIM] Re: vim/colorschemes: Request For Comments

2022-02-15 Thread Walter Cazzola
On Mon, 14 Feb 2022, Charles Campbell wrote: Walter Cazzola wrote: On Mon, 14 Feb 2022, Maxim Kim wrote: It should be identical in gvim and tui vim with t_Co=256: [image: 2022-02-14_13-40-35.png] How I should set/check for this? I do not have t_Co neither as an environment varia