David
David
Hmm I don't think so. We just need to make sure that packages don't install other packages and all package management is done through proton. Might be tricky but maybe...
Thanks a lot for reporting back! That's... odd. If you re-install file-icons, does it stop working again?
That is indeed a problem but also not easy to solve. proton can only fully work when all packages have been installed and applied. Before that if we allow using...
@virginc you can run `apm install proton-mode` to install proton, but this will not take care of the dependency installation triggered through proton
Thanks for reporting! I’m a little loaded these days and not sure when I can find some time to look into it
yes it is currently not possible to manage stylesheets. One idea we had was to generate collect all css files and do something like: ``` javascript var style = document.createElement('style');...
Correct that's the `f d` keymap. It's a quicker and more ergonomic way to escape from insert mode (similar to the often used `jj`). You can just continue typing and...
Thanks for the report! I'll try to take a look at it but currently don't have much time I can put into this project. If you can, try compiling from...
Proton is leveraging other plugins for keybindings and doesn't implement them by itself. If you find a cool atom plugin implementing the kakoune style of editing, it should definitely be...
The `f` category is one thing I don't like about spacemacs. The main reason why this duplication was introduced in the first place was to make life for spacemacs users...