This config uses Lazy.nvim as a plugin manager.
First, you have to clone this repo with git. If you already have your config in ~/.config/nvim, make a backup of it first and then delete it.
$ git clone https://codeberg.org/tomkoid/neovim-dotfiles.git ~/.config/nvim
Now, to run the install script, you have to CD into ~/.config/nvim directory.
$ cd ~/.config/nvim
If you have trouble with fonts, try to install these: Noto Fonts, Noto Fonts Emoji, JetBrains Mono Nerd
.
In Arch Linux you can install it with pacman and paru (or with any other AUR helper)
Pacman:
$ pacman -S noto-fonts-emoji noto-fonts ttf-jetbrains-mono-nerd ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-mono
And with AUR helper:
$ paru nerd-fonts-meta
This package can be large, so this may take a while to install. After the installation is complete, you're done!