I have neovim installed and this is my init.nvim file
call plug#begin('~/.local/share/nvim/plugged')
Plug 'tyrannicaltoucan/vim-quantum'
Plug 'mxw/vim-jsx'
Plug 'pangloss/vim-javascript'
Plug 'itchyny/lightline.vim'
Plug 'doums/darcula'
call plug#end()
colorscheme darcula
I use :source init.nvim and then :PlugInstall then everything seems ok and all plugins and themes are installed and the theme is changed too. But when I restart neovim everything is reverted to its original state like nothing has ever happened.