1
0
Fork 0

Pin editors

This commit is contained in:
Malte Brandy 2020-10-15 19:33:37 +02:00
parent f25261264e
commit f8650ee4d3
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@
git = { git = {
aliases.sync = "!git pull -r && git push"; aliases.sync = "!git pull -r && git push";
extraConfig.pull.ff = "only"; extraConfig.pull.ff = "only";
extraConfig.core.editor = "nvim";
enable = true; enable = true;
ignores = [ ignores = [
".syncthing*.tmp" ".syncthing*.tmp"

View file

@ -213,6 +213,7 @@ in {
''; '';
in { in {
".neomuttrc".text = '' ".neomuttrc".text = ''
editor nvim
alternative_order text/plain text/html alternative_order text/plain text/html
auto_view text/* auto_view text/*
auto_view message/* auto_view message/*