Zproger / GenesisNvim

A minimalistic nvim config aimed at Python developers. It is a lightweight replacement for PyCharm and VsCode, eliminating all unnecessary featuresd to be easily portable for running on servers and for deployment on Linux systems.
MIT License
59 stars 6 forks source link

Missing icons #11

Open 0Pavlov opened 3 weeks ago

0Pavlov commented 3 weeks ago

Fresh install, python 3.12, python venv 3.12, all plugins successful. Ubuntu Noble. image

0Pavlov commented 3 weeks ago

Also :ToggleTerm opens a window and immediately closes it. Vim installed with sudo snap install nvim --classic. UPD: Remains the same for sudo apt install neovim

0Pavlov commented 3 weeks ago

Terminal thing is resolved. Default shell was set to "fish" for some reason image

Zproger commented 3 weeks ago

The problem with the terminal is resolved in this issue #8. To solve the problem with icons, try installing nerd font from jet brains: https://www.nerdfonts.com/

0Pavlov commented 2 weeks ago

The problem with the terminal is resolved in this issue #8. To solve the problem with icons, try installing nerd font from jet brains: https://www.nerdfonts.com/

Great, icons now presented. Nerd font installation solves the problem.

Tayper1993 commented 1 week ago

1) Go here https://www.nerdfonts.com/ 2) Click the Download button. 3) Choose the font you like and download it 4) Unpack it anywhere. 5) Open files with the extensions some_name.ttf and in the upper right corner there will be a green Install button.

P.S. Current for Ubuntu 20.04.6 LTS

P.S.S. Close issue ^_^