Compare commits

..

2 commits

Author SHA1 Message Date
84c19e4d3e
Upgrade dependencies 2023-12-07 15:10:53 -06:00
c538f3577b
vim: leverage with pkgs; 2023-12-07 15:10:47 -06:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

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

View file

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