cocopon / iceberg.vim

:antarctica: Bluish color scheme for Vim and Neovim
https://cocopon.github.io/iceberg.vim/
MIT License
2.2k stars 131 forks source link

Make iceberg the default nvim theme #77

Closed LxCasino closed 3 years ago

LxCasino commented 3 years ago

Environment:

Hey guys I'm fairly new to installing a theme to vim.

I installed iceberg via plugged and added call plug#begin('~/.local/share/nvim/plugged') 23 Plug 'cocopon/iceberg.vim' 25 call plug#end() to my nvim init.vim. When I do :colorscheme iceberg it works just fine and changes the theme to iceberg. But I just don't understand how to make it permanent. I think it's quite simple but I'm just not getting it.

LxCasino commented 3 years ago

I'm stupid, I just had to add :colorscheme iceberg to my .config/nvim/init.vim