documentation formatting: Fri Apr 9 11:56:19 UTC 2021

This commit is contained in:
emacspace 2021-04-09 11:56:19 +00:00 committed by Maximilian Wolff
parent ef1ad4ecee
commit 95a703b684
3 changed files with 20 additions and 17 deletions

View file

@ -136,7 +136,7 @@ setting your =PYTHONPATH= as explained at
The =lsp= backend can use either of the following language server implementations:
| symbol | description |
|----------+----------------------------------------------------------------------------------|
|----------+------------------------------------------|
| 'pyls | python-language-server package (default) |
| 'mspyls | [[https://github.com/emacs-lsp/lsp-python-ms][Microsoft python language server]] |
| 'pyright | [[https://github.com/emacs-lsp/lsp-pyright][Microsoft pyright language server]] |

View file

@ -74,12 +74,12 @@ Magit auto-complete feature is enabled by default.
For this feature to work best - setup [[#repository-list][magit repository list]].
** Magit Plugins
*** magit-delta
[[https://github.com/dandavison/magit-delta][magit-delta]] uses [[https://github.com/dandavison/delta][delta]] to display diffs, with extensive changes to its
layout and styles.
You need to [[https://github.com/dandavison/delta#installation][install delta]] first, and add the following to your =dotspacemacs/user-config=:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((git :variables git-enable-magit-delta-plugin t)))
@ -91,6 +91,7 @@ of making things more manageable. While there are tools to assist with making
this easier, these do nothing you couldn't do manually.
After [[https://github.com/petervanderdoes/gitflow/wiki][installing]] =git-flow=, add the following to your =dotspacemacs/user-config=:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((git :variables git-enable-magit-gitflow-plugin t)))
@ -102,6 +103,7 @@ Press ~!~ in *Magit* buffer to open the magit-svn-popup.
There you can push to or rebase from svn.
To enable =magit-svn= plugin, add the following to your =dotspacemacs/user-config=:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((git :variables git-enable-magit-svn-plugin t)))
@ -116,6 +118,7 @@ To enable =magit-svn= plugin, add the following to your =dotspacemacs/user-confi
status buffer.
To enable =magit-todos= plugin, add the following to your =dotspacemacs/user-config=:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((git :variables git-enable-magit-todos-plugin t)))