Created
December 18, 2018 16:52
-
-
Save i-oliva/f7d2729026a4816f18c710c4c347a69d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotspacemacs-configuration-layers | |
'((html :variables | |
web-fmt-tool 'prettier | |
css-indent-offset 2 | |
web-mode-markup-indent-offset 2 | |
web-mode-css-indent-offset 2 | |
web-mode-code-indent-offset 2 | |
web-mode-attr-indent-offset 2) | |
;; ---------------------------------------------------------------- | |
;; Example of useful layers you may want to use right away. | |
;; Uncomment some layer names and press `SPC f e R' (Vim style) or | |
;; `M-m f e R' (Emacs style) to install them. | |
;; ---------------------------------------------------------------- | |
helm | |
auto-completion | |
;; better-defaults | |
emacs-lisp | |
git | |
;; markdown | |
multiple-cursors | |
neotree | |
;; org | |
(shell :variables | |
shell-default-height 30 | |
shell-default-position 'bottom) | |
;; spell-checking | |
syntax-checking | |
version-control | |
lsp | |
(javascript :variables | |
javascript-backend 'lsp | |
javascript-fmt-tool 'prettier | |
js2-basic-offset 0 | |
) | |
react | |
themes-megapack | |
github | |
slack | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment