They don’t even know that.
Somebody wants to invite me? I can play with you during EU evenings, if you want.
Nope. The most important difference: You cannot prove anything in physics. Only in maths, you have 100% certain proofs.
Well and chemistry is just applied electron physics
I’m pretty sure that this is wrong? It should be one million. Am I too tired?
I still don’t understand why I should need GPU acceleration for my fucking TEXT EDITOR
Not on steam, but PokéRouge is my current addiction
If you want to try OpenSUSE Tumbleweed without all these weird defaults: Try Gecko Linux.
“Es geht durch die Welt ein Geflüster…”
Both. I have to use windows at work and I hate it.
I did a little bit of distro hopping: Mint, Ubuntu, Manjaro, Arch, Guix. Now I think I finally arrived at Tumbleweed, no need to hop somewhere else so far.
But I really like the concept behind Guix, it’s just not finished enough.
I’m studying nano science right now, I think it still exists. And if it does it’s still a super amazing thing.
They are exasperated that we use computer mice.
So they use Tiling window managers and vim-keys? The future is bright!
Mal schauen wie lange es bei dir dauert, bis du bei Taumelkraut ankommst.
Zufällig Physiker? Gib Mal Tipps!
Yes
Okay grober überblick über änderungen mach ich über magit. Spc-g-g und es zeigt mir alle änderungen an, ähnlich zu git status, aber auch aufklappbar usw. Das brauche ich halt auch nur, wenn ich es sehen will, deswegen meiner Meinung nach sinnvoll in einem anderen Buffer versteckt.
Also ich habe den treemacs-git-mode gefunden, der hebt änderungen farblich hervor. Dann gibt es noch einen lsp-treemacs-errors-list-mode, aber wie das funktioniert verstehe ich nicht. Progressbar zu fehlern hab ich durch LSP, indem unten rechts immer steht wie viele Fehler ich hab. Satisfying da keine Zahl stehen zu haben :D
Wofür musst du wissen, ob eine Datei geändert ist? Das sehe ich meistens dann in magit (bestes Git-UI ever), wenn ich entscheide was in den commit kommt.
Ich mach fast nur Python, die Errors und Warnings sehe ich entweder mit LSP direkt für die aktuelle Datei oder in der Python Konsole die ich im unteren Drittel offen hab, wahrscheinlich so wie du auch in VS Code. Mir ist aber eigentlich noch nie passiert, dass ich einen Fehler in einer anderen Datei verursacht habe, die ich gar nicht offen hab? Brauche ich also eigentlich nicht.
Wenn das so ein gängiges Ding ist von VS Code, dann gibt es dazu garantiert auch ein package für Emacs. Oder ist sogar in neotree/treemacs mit drin. Nutze ich wie gesagt auch nie. Für sowas nutze ich immer projectile.
Protip: nutz evil-mode. Wenn schon neue keybindings, dann lern gleich die von vim, die sind eh besser.
I think your problem is that you installed the Emacs “plugin”, but that is just the interface to the server. I think you need to install the actual language server on your system. Outside of Emacs, in your package manager or with pipx for example.
You can also try to press Spc-: and then run lsp-install-server inside of doom Emacs, but I had problems with that.