سؤال

I work alot over SSH using vim, when I use Nerdtree on my local machine , it looks as expected:

enter image description here

However when I use vim over SSH, it looks like this (e.g. not working ... really...) NerdTreeOverSSH

Any ideas how I can solve this little problem, and concentrate on programming?

هل كانت مفيدة؟

المحلول

Well, I found a solution:

vim - nerdtree suddenly broke

The locale of my clients and intenally in the company is German, but my locale on my own machine is English. Hence, the problem is only appearing when I use SSH.

نصائح أخرى

Use utf-8 encoding and everything will be good.

set encoding=utf-8

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top