mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
6 lines
82 B
Nix
6 lines
82 B
Nix
{ pkgs, ... }:
|
|
{
|
|
extraPlugins = with pkgs.vimPlugins; [
|
|
vim-be-good
|
|
];
|
|
}
|