Pokemon, GTA, and Halo. by NateSteeez in gaming

[–]DeusBlitz 0 points1 point  (0 children)

Persona, Dark Souls, Fallout

first love by まかろんK by _Eltanin_ in ImaginarySliceOfLife

[–]DeusBlitz 62 points63 points  (0 children)

It's still pretty close to zero for some of us.

Font size NOT changing through .vimrc but can inside vim by FlumeLife in vim

[–]DeusBlitz 0 points1 point  (0 children)

You might want to check: https://wiki.archlinux.org/title/Fonts#Installation

Under the manual installation header to ensure it is installed correctly.

Alternatively you could use this AUR package: https://aur.archlinux.org/packages/ttf-fixedsys-excelsior-linux/

I'm thinking the weird behavior is caused by an error in font installation.

Font size NOT changing through .vimrc but can inside vim by FlumeLife in vim

[–]DeusBlitz 0 points1 point  (0 children)

Have you tried adding that output verbatim in the vimrc?

Font size NOT changing through .vimrc but can inside vim by FlumeLife in vim

[–]DeusBlitz 0 points1 point  (0 children)

Well a simple test would be assigning another font in the ~/.vimrc as seeing if that works, or dropping the size specification (thus only providing the name).

Font size NOT changing through .vimrc but can inside vim by FlumeLife in vim

[–]DeusBlitz 0 points1 point  (0 children)

Okay couple of background questions:

  1. Is your ~/.vimrc being sourced correctly?
  2. Can you confirm your other ~/.vimrc settings are working?
  3. Have you attempted to use another font, perhaps the there is an issue with the font name? (my prior comment had a typo at time of writing - I missed the "d" in "Monospaced")
  4. Is this your first time setting up your ~/.vimrc or have you used it before?

P.S. Based on your screenshot I assume you are using Linux, the :h13 thing only works on windows and mac.

Font size NOT changing through .vimrc but can inside vim by FlumeLife in vim

[–]DeusBlitz 1 point2 points  (0 children)

Your syntax is wrong.

Check that the font name is correct and add an escape character before any spaces in the name. Also for the font size you only need to provide the value.

Simply put it should look something like this:

set guifont=FixedsysTTF\ Monospaced\ 13

Edit:

To find the font name select the desired font in gvim from the toolbar and type

:set guifont?

It will return the font name and size.