Install Molokai again

This commit is contained in:
Smaug123
2021-10-27 20:34:03 +01:00
parent 752789e973
commit b381b44220
3 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@
programs.neovim.enable = true;
programs.neovim.plugins = with pkgs.vimPlugins; [
molokai
{ plugin = rust-vim;
config = "let g:rustfmt_autosave = 1"; }
{ plugin = syntastic;