terminal

How I setup my nvim | Debian 12

I use this preconfigure nvim config: https://github.com/NeuralNine/config-files/blob/master/init.vim
1. Install neovim 

sudo apt install neovim git-core curl

2. Create nvim directory under .config and paste the neovim preconfiguration from NeuralNine to init.vim

/home/username/.config/nvim/init.vim

3. Install nvim plug in directory (https://github.com/junegunn/vim-plug) /home/username/.config/nvim: