blob: e7a2c53d5013a3df920d4e95633b7be0a4da8f3e [file] [log] [blame]
{ pkgs, ... }: {
programs.neovim = {
plugins = with pkgs.vimPlugins; [ FixCursorHold-nvim camelcasemotion ];
extraConfig = builtins.readFile ./binds.vim;
};
}