spacemacs
Here are 308 public repositories matching this topic...
https://github.com/SpaceVim/SpaceVim/blob/master/autoload/SpaceVim/plugins/projectmanager.vim#L199
init.toml
project_rooter_patterns = ["Pipfile", ".git/"]
for a setup like mine
project/.git
project/whatever/Pipfile
project/whatever/x.py
the root should be project/whatever instead of project.
-
Updated
Jun 12, 2020 - Vim script
-
Updated
Sep 27, 2018 - CSS
This file structure:
$ ls
mycode.c other_file.c
$ git init
Initialized empty Git repository in /home/gauthier/tmp/dumb/.git/
$ git add mycode.c && git commit -m"Init"
[master (root-commit) 5271e5a] Init
1 file changed, 15 insertions(+)
create mode 100644 mycode.c
mycode.c:
typedef int my_type_t;
my_type_t a;
my_type_t my_function(my_type_t in);
int main(void)
-
Updated
Jun 15, 2020 - Ruby
This should be in docs or at least in the unfinished manual. I keep forgetting how to do that and always go to this issue to relearn. Also for others and future self all the setting names can be found in the config-schema.json file. For example.
-
Updated
Aug 10, 2019 - Vim script
-
Updated
Jun 26, 2020 - TypeScript
when I try to open a pdf file, it go into the Fundamental-mode. I must activate the doc-view-mode manually
-
Updated
Jun 15, 2020 - Emacs Lisp
NVIM guide?
Could you make instructions on how to add this to neovim also? I thought just changing things to their respective neovim paths would work, but I got an error trying to do that.
-
Updated
Mar 1, 2020 - CSS
-
Updated
Jun 25, 2020 - Emacs Lisp
-
Updated
Jun 20, 2020 - Emacs Lisp
-
Updated
Jun 8, 2020 - Emacs Lisp
Is it easily just to pull docker container to install it in VPS?
I am not very familiar with VPS or DOCKER so I was defeated to see the installation document.
Could you please make a tutorial video?
Just ran into this amazing idea/package, it would be great to have a video tutorial or something, does anyone know anything that kind of help?
Feature request:
Inspect the possibility to utilize ReflectionDocBlock as a backend for looking up API documentation. Then we could have proper docblock documentation in e.g company-quickhelp and similar tools.
-
Updated
May 20, 2020 - Emacs Lisp
-
Updated
Apr 13, 2018 - Emacs Lisp
-
Updated
May 23, 2020
Improve this page
Add a description, image, and links to the spacemacs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spacemacs topic, visit your repo's landing page and select "manage topics."


Description
The documentation for the @spacemacs preconfigured custom layout is inconsistent with actual behavior.
Reproduction guide🐞
SPC l o eObserved behaviour:👀 💔
Spacemacs opens a custom layout in the
.spacemacs.ddirectory.Expected behaviour:❤️ 😄
Spacemacs opens a custom layout in the `.e