A clean and minimal setup powered by LazyVim.
This is my personal Neovim configuration — shared here for anyone curious or looking for a good starting point. You can refer to the official LazyVim documentation to get started.
If you want to try this setup yourself:
git clone https://github.com/anth0nycodes/my-nvim-config.git ~/.config/nvimThen launch Neovim with:
nvimLazyVim should handle plugin installation automatically on the first run.
Terminal: Ghostty
Font: FiraCode Nerd Font Mono Retina
Below are my Ghostty settings:
font-family = FiraCode Nerd Font Mono Retina
font-size = 16
fullscreen = true
window-padding-x = 0
window-padding-y = 0
window-padding-balance = false
background-image-opacity = 0.15
background-image = /Path/To/Your/Image/test.png
background-image-fit = cover
background = 000000
Note: For the background image, it must be in a png or jpg format.