vim - Fail to set font in Macvim -


Configuring MacVM on Mac OS X Merger I type "set guifont = menlo \ 14" in both ~ / .vimrc and ~ / .gvimrc but the editor remains displayed in the courier.

I insert ": set gefont?" And it reveals "GUIFONT = Menlo \ 14". I looked at the contents of .vimrc and .gvimrc, but there was no other line that overrides the gefont setting.

I have examined many posts in the stack overflow but have not been able to get the solution yet Thanks for the anticipation, to get some help.

The ideal way to go about doing this is to command the following command from Vim:

  set gefont = *   

This will open a font selection dialog box and you can choose whatever you want. Once you work, you should then check that this option was set using the order you mentioned:

  Set Gufont?   

Now you should produce it in your .gvimrc (not .vimrc) and in addition you will need to avoid the already empty spaces you are setting yourself up , It can be a subtle mistake, for example, font size can sometimes be set in different ways.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -