home: vim: load 'onedark-vim' manually

This commit is contained in:
Bruno BELANYI 2021-02-23 14:54:11 +00:00
parent e5f4416a85
commit 513c1555f1
2 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,10 @@
plugins = with pkgs.vimPlugins; [
# Theming
lightline-vim # Fancy status bar
onedark-vim # Nice dark theme
{
plugin = onedark-vim; # Nice dark theme
optional = true; # Needs to be `packadd`-ed manually...
}
# tpope essentials
vim-commentary # Easy comments

View file

@ -68,6 +68,8 @@ set timeoutlen=500
" Set dark mode by default
set background=dark
" Load it manually because of autoload functions...
packadd! onedark-vim
" Use onedark
colorscheme onedark