JAremko
cd39f80c24
Reformat documentation
2018-10-11 00:13:43 +03:00
Seong Yong-ju
ce1cd872f9
Prefer eslint_d to eslint
2018-09-03 22:13:38 +01:00
Seong Yong-ju
2c21d5098a
Add prettier layer
...
Add prettier layer. Add prettier support for .css/.scss/.less/.js/.json file.
Add layer variables for html, javascript, json.
2018-08-22 00:15:28 +03:00
Codruț Constantin Gușoi
ca04186cfc
Reverts js2-mode being forced on jsx files
2018-08-03 09:11:36 +01:00
Thomas de Beauchêne
927a7c4566
javascript layer: open javascript files in js2-mode
2018-08-03 01:58:45 +03:00
Ting Zhou
cffd90080b
only use javascript-typescript-langserver for javascript, react, typescript
...
layer, and purge other langservers
2018-08-03 01:37:36 +03:00
JAremko
6946e255e6
Reformat docs
2018-07-20 02:45:21 +03:00
syl20bnr
49b1659a18
Lazy load lsp-mode
2018-06-11 00:28:11 -04:00
Codruț Constantin Gușoi
4a9d535786
Checks if tern exists before using it ( #10788 )
2018-06-04 02:19:15 -04:00
Aaron Jensen
95a40af341
Revert "Move yas-activate-extra-mode setup to javascript layer" ( #10746 )
...
This reverts commit e4eca01e82
.
2018-06-01 20:34:48 -04:00
Michael Rohleder
24ca355b6a
add org-babel support for some of the more popular languages. ( #10738 )
...
* add org-babel support for some of the more popular languages.
* alphabetical sorted package names.
* removed blank lines at EOF.
2018-05-30 09:07:21 -04:00
syl20bnr
c9e364721e
Fix formatting in javascript layer README.org
2018-05-24 01:44:28 -04:00
Miciah Dashiel Butler Masters
78297be625
Fix various typos
...
* Fix various isolated typos
"apppend" -> "append"
"availabe" -> "available"
"Descripti using ternon" -> "Description"
"you have not them" -> "you don't have them"
"new on" -> "new one"
"plained" -> "curved"
"repel" -> "REPL"
"vairable" -> "variable"
* Fix a few errors in the CoffeeScript layer readme
Add a missing "the".
Correct a reference to the layer as "javascript" to "coffeescript".
Fix the syntax on the link to CoffeeLint.
* Fix typos: "dofile" -> "dotfile"
* Fix typos: "formated" and "formating"
"formated" -> "formatted"
"formating" -> "formatting"
* hy: Fix docstrings in funcs.el
Fix copy-and-pasted docstring text for
spacemacs/hy-shell-eval-current-form-and-go and
spacemacs/hy-shell-eval-region-and-go.
* Fix typos: "indendation" -> "indentation"
* Fix typos: "the the", "a a"
Fix duplicated (or misplaced) articles.
* Fix typos: "wether" -> "whether"
* Fix typos: "intialize" -> "initialize"
2018-05-23 22:12:30 -04:00
mangosmoothie
41d16b545b
updating regex to match single optional m character
2018-05-24 00:45:20 +03:00
Nathan Lloyd
e1a6e8be1c
add .mjs (ES6 module) extension to init-js2-mode
2018-05-24 00:43:41 +03:00
syl20bnr
8267b501dd
web-beautify: rename spacemacs-web-beautify--modes
2018-05-20 00:41:17 -04:00
syl20bnr
b97ad90c92
web-beautify: fix definition of web-beautify key bindings
...
Needs to use `pre-init` function in order to have the variable
spacemacs-web-beautify--modes to be populated before the init function of
web-beautify is actually called.
2018-05-19 01:53:33 -04:00
syl20bnr
4980a6461d
Fix another link in documentation...
2018-05-18 02:21:05 -04:00
syl20bnr
3976a341a0
Fix documentation link to web-beautify layer README
2018-05-18 02:04:45 -04:00
syl20bnr
542ada133d
New layer web-beautify extracted from javascript layer
...
Make html, javascript, json and react layers depend on it
2018-05-18 01:25:29 -04:00
syl20bnr
e4eca01e82
Move yas-activate-extra-mode setup to javascript layer
2018-05-18 01:25:29 -04:00
Ting Zhou
8616f07b86
Add: use rjsx-mode for react framework
...
Fix: add yas-activate-extra-mode
Add: add lsp support for react layer
Add: Add rjsx-mode key-bindings doc
Clean: rename spacemacs//set-lsp-key-bindings to spacemacs//setup-lsp-jump-handler
Fix: remove buggy hooks
Clean: move fix-lsp-company-prefix to lsp layer
Fix: rjsx-mode company
Fix: rjsx-mode lsp backend
2018-05-18 01:25:29 -04:00
syl20bnr
abf3df4ad7
New layer tern extracted from javascript layer
2018-05-18 01:25:29 -04:00
Juuso Valkeejärvi
387a19530d
javascript: fix default value of tern-command variable
...
tern-command must be a list or adding switches to command doesn't work
2018-05-18 01:25:29 -04:00
syl20bnr
7aca5aebd1
javascript: set default value of tern-command to "tern"
...
fixes #10673
2018-05-14 22:54:53 -04:00
syl20bnr
e481894fcb
Create new json layer extracted from javascript layer
...
* add some goodies like `json-reformat` and `json-navigator`
* make the javascript layer dependent on the json layer
2018-05-14 00:49:13 -04:00
syl20bnr
9164407e99
javascript: remove references about coffeescript in README.org
2018-05-13 22:35:12 -04:00
syl20bnr
ca07366f01
New layer coffeescript (extracted from javacript layer)
2018-05-13 10:19:48 -04:00
syl20bnr
17b8e9d75a
javascript: fix post-init-imenu func name
2018-05-13 09:16:04 -04:00
syl20bnr
1a0e5e34e3
javascript: add safe values for javascript backend
2018-05-13 02:14:09 -04:00
syl20bnr
7d6fd4ffd4
javascript: sort packages
2018-05-13 02:12:14 -04:00
syl20bnr
9820484716
javascript: fix multiple backends
...
* Use hack-local-variables-hook and remove usage of hooks in backends setup
functions.
* also move imenu configuration to post-init-imenu
* Remove the necessity of typescript server for javascript layer
* Remove the necessity of javascript and javascript-flow servers for typescript
layers
2018-05-13 01:31:00 -04:00
Ting Zhou
5a92c43951
Fix: use recipe for lsp-javascript-typescript
2018-05-11 23:28:15 -04:00
syl20bnr
f9968bf326
javascript: add default value for tern-command and remove toggle
...
Since now we support multiple backends, the toggle based on tern executable
seems not necessary anymore.
2018-05-11 13:28:16 -04:00
Ting Zhou
5c14486b62
Fix: remove buggy hooks in javascript and typescript
2018-05-11 01:48:03 -04:00
syl20bnr
7596a156a4
Rename set-lsp-key-bindings and make it accept a list of modes
2018-05-08 00:17:56 -04:00
syl20bnr
ed80e41014
javascript: minor update of README.org
2018-05-08 00:10:48 -04:00
Ting Zhou
aaa8c93d00
Docs: fix javascript doc
2018-05-07 23:32:47 -04:00
Ting Zhou
8df99c440b
Clean: move spacemacs//set-lsp-key-bindings to lsp layer
2018-05-07 23:32:47 -04:00
Ting Zhou
a7982de966
Clean: rename lsp prefix fix function names
2018-05-07 23:32:47 -04:00
Ting Zhou
64cd095d86
Fix: remove unnecessary comments
2018-05-07 23:32:47 -04:00
Ting Zhou
f3ee2edf1b
Add: add lsp-javascript backend for javascript layer
2018-05-07 23:32:47 -04:00
syl20bnr
ebe4c60264
Revert "Defer packages by default using use-package-always-defer"
...
This reverts commit 29c78ce841
and all other fixes
that have been made afterwards.
The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
syl20bnr
29c78ce841
Defer packages by default using use-package-always-defer
...
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
JAremko
d2c3b847d8
doc fmt
2018-01-27 16:57:39 +02:00
Raymond Wanyoike
a6e513745f
Update javascript layer README: node-add-modules-path
...
Related to #9047
2018-01-17 23:03:33 -05:00
Piotr Grzesik
dea1e9b468
Add section about configuring indentation via javascript layer configuration
2018-01-09 23:19:57 -05:00
syl20bnr
326965d4ce
Happy New Year 2018!
2018-01-04 02:00:25 -05:00
syl20bnr
8bc9060af8
javascript: change key binding for repl live eval toggle
...
To respect convention move the key binding under `SPC m T l` and change
the lighter to a plain squared `l`.
2018-01-04 01:40:52 -05:00
Robbert van der Helm
c61ae1a1c1
Add ivy support to the gtags layer
...
It would be much better to have a single function for each layer that
initializes ggtags, helm-gtags and counsel-gtags for a mode.
2017-12-17 22:03:01 -05:00