So im like new to linux, just downloaded Pop!_OS and i installed Neovim, i installed Vim-Plug and added a colorscheme, i saved it and ran the file, the theme works, but whenever i close out of nvim and reopen it, the colorscheme goes back to default. How do i fix this? i've been frustrated for the past hour. Any help is appreciated.
My init.vim file
call plug#begin('~/.vim/plugged')
Plug 'fcpg/vim-fahrenheit'
call plug#end()
colorscheme fahrenheit