Colorizer icon indicating copy to clipboard operation
Colorizer copied to clipboard

Not an editor command

Open ghost opened this issue 6 years ago • 9 comments
trafficstars

Hi There; Plugin is install but when trying any of the help commands I get everytime Not an Editor command

  • Vi IMproved 8.1 Compiled by Arch Linux Huge version with GTK3 GUI.
  • Os Arch. Intsalled Thru Plug.

ghost avatar Nov 21 '19 04:11 ghost

so how did you install it?

chrisbra avatar Nov 21 '19 16:11 chrisbra

Hi @chrisbra sorry for the delay answer, I installed using vimPlug,

annata83 avatar Jan 05 '20 19:01 annata83

So how exactly did you install it? Can you show your statements?

Am 05.01.2020 um 20:03 schrieb Nicolas [email protected]:

 Hi @chrisbra sorry for the delay answer, I installed using vimPlug,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

chrisbra avatar Jan 05 '20 19:01 chrisbra

I installed the Pluging using vim Plug: Plug 'chrisbra/Colorizer' Witch installed just Fine. Executing :h Colorizer brings the Help content as supposed to. Now I added let g:colorizer_auto_color = 1 to try and loaded automatically witch do not; I have to use ColorHighlight to produce the colors or the Toggle command.

I guess I have figure it out how to make it work when using the commands just cant get it to load automatically! And still get not an editor command when trying to map it for example: map "<leader>c :ColorToggle<CR> " Responds with not and edit command!.

Again Sorry for late reply.

annata83 avatar Jan 13 '20 03:01 annata83

I'll have a look.

chrisbra avatar Jan 13 '20 10:01 chrisbra

Does not work for me either: init.vim

let g:python3_host_prog = '/usr/bin/python3'
let g:loaded_python_provider = 0

set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath

filetype plugin on
syntax on

call plug#begin()
Plug 'chrisbra/Colorizer'
call plug#end()

let g:colorizer_auto_color = 1

scrouthtv avatar May 05 '20 11:05 scrouthtv

what exactly doesn't work?

chrisbra avatar Apr 17 '22 17:04 chrisbra