CopyPastor

Detecting plagiarism made easy.

Score: 0.8659243722942388; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2025-08-20
by awvalenti

Original Post

Original - Posted on 2025-08-20
by awvalenti



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I suggest using this plugin developed by me, `vim-simple-guifont`: <https://github.com/awvalenti/vim-simple-guifont>
Then you can do:
```vim " This check avoids loading plugin when Vim is running on terminal if has('gui_running') silent! call simple_guifont#Set( \['Cascadia Code PL', 'JetBrains Mono', 'Hack'], 'Consolas', 14) endif ```
For more details, please check the plugin page on GitHub.
I suggest using this plugin developed by me, `vim-simple-guifont`: <https://github.com/awvalenti/vim-simple-guifont>
Then you can simply do:
``` silent! call simple_guifont#Set(['Monaco New'], 'monospace', 11) ```
For more details, please check the plugin page on GitHub.

        
Present in both answers; Present only in the new answer; Present only in the old answer;