0

New to vim, and learning python. After I run code I get debugging comments like you can see in this screenshot on the left (S> and >>):

enter image description here

When I move to a line marked S> I can see below in my status bar a comment about an error or a suggestion regarding the line.

Mentioning I'm using kite. Perhaps it's a kite feature? Or maybe something native to vim? I would like to know how to manually control it. Thanks!

idankor
  • 145
  • 2
  • 9

1 Answers1

1

As Christian Brabandt replied:

:set signcolumn=no

seems to solve the issue. Thanks!

idankor
  • 145
  • 2
  • 9