1
Fork 0

A few changes:

- Updated all vim plugins
- Fixed tmux keybind for horizontal splits
- Fixed warnings about the config => opt change in lazy.nvim
This commit is contained in:
Matei Adriel 2023-02-09 06:59:58 +01:00
commit 5bd0813530
No known key found for this signature in database
11 changed files with 94 additions and 63 deletions
home/adrielus/features/cli

View file

@ -18,7 +18,7 @@
gpg.format = "ssh";
user.signingkey = "~/.ssh/id_ed25519.pub";
# Sign everythin gby default
# Sign everything by default
commit.gpgsign = true;
tag.gpgsign = true;
};