1

I installed vim-minimap with Vundle adding this line to my ~/.vimrc

Plugin 'severin-lemaignan/vim-minimap'

and I added Minimap in my ~/.gvimrc

Now everytime I launch a gvim from the terminal, with or without arguments, I get the message "vim-minimap" [New File] in the terminal.

How can I avoid having this message?

ilciavo
  • 3,069
  • 7
  • 26
  • 40
  • Just so I understand: you're starting gVim from a terminal, and when you do it prints that message to the terminal before it starts? Does this happen regardless of whether you open gVim with file arguments? What is your `$TERM`? – Das_Geek Oct 10 '19 at 12:16
  • The message appears before gvim starts in both cases with and without file arguments. `TERM=xterm-256color` – ilciavo Oct 10 '19 at 14:46
  • removing `Minimap` from `~/.gvimrc` solves the issue for now – ilciavo May 29 '22 at 15:04

0 Answers0