Compare commits

..

No commits in common. "84c19e4d3e2401567589f4df1ade05641322ce17" and "0286ca70bb3a4415b85e6dcb7a6c654608599d03" have entirely different histories.

2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701718080,
"narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=",
"lastModified": 1701436327,
"narHash": "sha256-tRHbnoNI8SIM5O5xuxOmtSLnswEByzmnQcGGyNRjxsE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335",
"rev": "91050ea1e57e50388fa87a3302ba12d188ef723a",
"type": "github"
},
"original": {

View file

@ -6,8 +6,8 @@
# Let's not grab _all_ of Vim.
packageConfigurable = pkgs.vim;
plugins = with pkgs; [
vimPlugins.vim-airline
vimPlugins.vim-airline-themes
pkgs.vimPlugins.vim-airline
pkgs.vimPlugins.vim-airline-themes
];
settings = {