diff --git a/layers/+filetree/neotree/README.org b/layers/+filetree/neotree/README.org index 9c0d35d88..1221ce318 100644 --- a/layers/+filetree/neotree/README.org +++ b/layers/+filetree/neotree/README.org @@ -20,17 +20,10 @@ This layer setups a file tree navigator buffer using Neotree. ** Features: -- Auto-completion using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] -- Code Navigation using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] -- Documentation Lookup using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] and [[https://github.com/tsgates/pylookup][pylookup]] -- Test Runners using [[https://github.com/syl20bnr/nose.el][nose.el]] or [[https://github.com/ionrock/pytest-el][pytest]] -- Virtual Environment using [[https://github.com/jorgenschaefer/pyvenv][pyvenv]] and [[https://github.com/yyuu/pyenv][pyenv]] -- semantic mode is enabled -- PEP8 compliant formatting via [[https://github.com/google/yapf][YAPF]] -- PEP8 checks with [[https://pypi.python.org/pypi/flake8][flake8]] or [[https://pypi.python.org/pypi/pylint/1.6.4][pylint]] -- Suppression of unused import with [[https://github.com/myint/autoflake][autoflake]] -- Use the ~%~ key to jump between blocks with [[https://github.com/redguardtoo/evil-matchit][evil-matchit]] -- Sort imports with [[https://pypi.python.org/pypi/isort][isort]] +- intuitive evil key-bindings integration +- supports multiple themes +- transient state by pressing on ~?~ +- version-control integration * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to diff --git a/layers/+filetree/treemacs/README.org b/layers/+filetree/treemacs/README.org index bc0ea75f0..f2f5d5c51 100644 --- a/layers/+filetree/treemacs/README.org +++ b/layers/+filetree/treemacs/README.org @@ -22,14 +22,17 @@ explorer: An detailed overview over Treemacs' available features is available in [[https://github.com/Alexander-Miller/treemacs#detailed-feature-list][its readme]]. In a short summary Treemacs offers the following: - * Simple and powerful navigation and ability to detail exactly how and where a file should be opened - * Good looking png icons. - * Ability to show tags contained in files. Tags are provided by imenu, so nearly every filetype is supported. - * Optionally fontifying files based on their git status. - * Optionally collapsing single-dir-child directories into one. - * Doing both asynchronously for an imperceptible performance cost. - * Optional follow-mode to automatically focus the currently selected file. - * Optional filewatch-mode to automatically refresh the view after (and only after) changes to the shown filesystem. +- Simple and powerful navigation and ability to detail exactly how and where a + file should be opened +- Good looking png icons. +- Ability to show tags contained in files. Tags are provided by imenu, so + nearly every filetype is supported. +- Optionally fontifying files based on their git status. +- Optionally collapsing single-dir-child directories into one. +- Doing both asynchronously for an imperceptible performance cost. +- Optional =follow-mode= to automatically focus the currently selected file. +- Optional =filewatch-mode= to automatically refresh the view after (and only + after) changes to the shown filesystem. * Install To use this layer, add =treemacs= to the existing