Samuel Hierholzer
Samuel Hierholzer
I had to add `:ensure t` in my config for company and company-box like that: ``` (use-package company-box :ensure t :hook (company-mode . company-box-mode)) ``` I use `:ensure t` all...
**TL;DR: Just read _Actual behaviour_ and _Expected behaviour_** @TalAmuyal SpaceVim is a Vim distribution which pretty much changes how you add plugins. And one of the main purposes is having...
Yes please! I'm sorry for being not very good at explaining what I think. A PoC of what you understand would definitively be helpful!
@parkerault Thank you a lot for your comment, this is exactly something I have been waiting for! Initially, I had the same concern, but after a lot of thinking about...
I'm sorry for not addressing `:packadd`. This would probably be a good technical solution to the question of how to handle the layers. But my main point is not having...
@wsdjeg right now there is no big problem in using SpaceVim together with Oni (except that you have to disable many default Oni or SpaceVim features which would be redundant)....
Actually I don't think VIM bindings should necessarily be implemented in a spacevim way. I'm more going for additional plugins like the language server. Spacevim does implement commands to e.g....
@wsdjeg it was only an answer to the opinion that SpaceVim concept would "dramatically change the input model" which is definitifely not my goal... @TalAmuyal thanks a lot for taking...
I'm really sorry I got very much going on in my life since mid August and couldn't really do anything... Thanks @wsdjeg for looking into it!
I am a bit confused why `nixos-manager` needs the `home-manager` executable in the first place if I have configured everything within `/etc/nixos/configuration.nix` anyway (or don‘t want to use home-manager at...