Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-07-05 15:05:24 +00:00
parent b66123949b
commit b64411cb90
1 changed files with 1 additions and 5 deletions

View File

@ -7,11 +7,7 @@ in {
options.within.vim.enable = mkEnableOption "Enables Within's vim config";
config = mkIf cfg.enable {
programs.vim = {
enable = true;
plugins = with pkgs.vimPlugins; [ vim-airline gruvbox vim-go direnv-vim vim-lsp ];
};
home.packages = [ pkgs.vim ];
home.file.".vimrc".source = ./vimrc;
};
}