Compare commits
No commits in common. "8f6f3aa6a6e53170dfd1550de6ef01a9b77ce1d7" and "3494bdd05ff73b8d84bb1225421153021b3e96cc" have entirely different histories.
8f6f3aa6a6
...
3494bdd05f
@ -73,7 +73,6 @@ require('gitsigns').setup()
|
|||||||
require("trouble").setup {}
|
require("trouble").setup {}
|
||||||
require('nvim-autopairs').setup({
|
require('nvim-autopairs').setup({
|
||||||
fast_wrap = {},
|
fast_wrap = {},
|
||||||
check_ts = true
|
|
||||||
})
|
})
|
||||||
|
|
||||||
require('leap').add_default_mappings()
|
require('leap').add_default_mappings()
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
defaults
|
|
||||||
auth on
|
|
||||||
tls on
|
|
||||||
tls_trust_file /etc/ssl/cert.pem
|
|
||||||
logfile ~/.msmtp.log
|
|
||||||
|
|
||||||
account moebius
|
|
||||||
host mail.moebiusband.org
|
|
||||||
port 587
|
|
||||||
user jan
|
|
||||||
password {{ (keepassxc "moebiusband.org").Password }}
|
|
||||||
from jan@moebiusband.org
|
|
||||||
|
|
||||||
account fau
|
|
||||||
host groupware.fau.de
|
|
||||||
port 587
|
|
||||||
user unrz254
|
|
||||||
password {{ (keepassxc "IDM FAU").Password }}
|
|
||||||
from jan.eitzinger@fau.de
|
|
||||||
|
|
||||||
account default : moebius
|
|
Loading…
Reference in New Issue
Block a user