Remove gutentags from nvim
ctags got an update and is currently drawing more than 60GB of RAM trying to analyze e.g. the openproject repository. Removing it fixes the issue for now.
This commit is contained in:
parent
aeed1af298
commit
f7b0efb6bc
|
@ -1,7 +1,7 @@
|
||||||
[general]
|
[general]
|
||||||
pythonfile = $XDG_CONFIG_HOME/offlineimap/functions.py
|
pythonfile = $XDG_CONFIG_HOME/offlineimap/functions.py
|
||||||
metadata = $XDG_DATA_HOME/offlineimap
|
metadata = $XDG_DATA_HOME/offlineimap
|
||||||
accounts = BBEU, RWTH, MiOM, PubSolar, b12f
|
accounts = BBEU, MiOM, PubSolar, b12f, RWTH
|
||||||
|
|
||||||
[Account BBEU]
|
[Account BBEU]
|
||||||
localrepository = LocalBBEU
|
localrepository = LocalBBEU
|
||||||
|
@ -18,21 +18,6 @@ remoteuser = hello@benjaminbaedorf.eu
|
||||||
remotepasseval = get_secret("service", "smtp", "host", "mail.hosting.de", "user", "hello@benjaminbaedorf.eu")
|
remotepasseval = get_secret("service", "smtp", "host", "mail.hosting.de", "user", "hello@benjaminbaedorf.eu")
|
||||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
[Account RWTH]
|
|
||||||
localrepository = LocalRWTH
|
|
||||||
remoterepository = RemoteRWTH
|
|
||||||
|
|
||||||
[Repository LocalRWTH]
|
|
||||||
type = Maildir
|
|
||||||
localfolders = ~/Mail/benjamin.baedorf@rwth-aachen.de
|
|
||||||
|
|
||||||
[Repository RemoteRWTH]
|
|
||||||
type = IMAP
|
|
||||||
remotehost = mail.rwth-aachen.de
|
|
||||||
remoteuser = bb564306@rwth-aachen.de
|
|
||||||
remotepasseval = get_secret("service", "smtp", "host", "mail.rwth-aachen.de", "user", "bb564306@rwth-aachen.de")
|
|
||||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
||||||
|
|
||||||
[Account OPGmail]
|
[Account OPGmail]
|
||||||
localrepository = LocalOPGmail
|
localrepository = LocalOPGmail
|
||||||
remoterepository = RemoteOPGmail
|
remoterepository = RemoteOPGmail
|
||||||
|
@ -92,3 +77,18 @@ remotehost = mail.b12f.io
|
||||||
remoteuser = mail@b12f.io
|
remoteuser = mail@b12f.io
|
||||||
remotepasseval = get_secret("service", "smtp", "host", "mail.b12f.io", "user", "mail@b12f.io")
|
remotepasseval = get_secret("service", "smtp", "host", "mail.b12f.io", "user", "mail@b12f.io")
|
||||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
[Account RWTH]
|
||||||
|
localrepository = LocalRWTH
|
||||||
|
remoterepository = RemoteRWTH
|
||||||
|
|
||||||
|
[Repository LocalRWTH]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/Mail/benjamin.baedorf@rwth-aachen.de
|
||||||
|
|
||||||
|
[Repository RemoteRWTH]
|
||||||
|
type = IMAP
|
||||||
|
remotehost = mail.rwth-aachen.de
|
||||||
|
remoteuser = bb564306@rwth-aachen.de
|
||||||
|
remotepasseval = get_secret("service", "smtp", "host", "mail.rwth-aachen.de", "user", "bb564306@rwth-aachen.de")
|
||||||
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
Loading…
Reference in a new issue