Open haifengkao opened 7 years ago
I would like to have different font sizes for different monitors. It's tedious to change nyaovimrc.html everytime.
nyaovimrc.html
In console type
document.getElementById('nyaovim-editor').fontSize = 25;
the font size in the editor windows should be changed.
nothing happened.
nvim
I've just created a plugin to do. https://github.com/Nymphium/nyaovim-dynfont
I would like to have different font sizes for different monitors. It's tedious to change
nyaovimrc.html
everytime.Expected Behavior
In console type
the font size in the editor windows should be changed.
Actual Behavior
nothing happened.
Steps to Reproduce (including precondition)
Your Environment
nvim
version: 0.2.0-dev