Add some initial JS stuff
Add nodejs, TS LSP and eslint with flymake plugin for emacs
This commit is contained in:
parent
779e01d1b7
commit
608faf3fac
|
@ -60,6 +60,7 @@
|
||||||
treesit-auto
|
treesit-auto
|
||||||
flymake-popon
|
flymake-popon
|
||||||
flymake-shellcheck
|
flymake-shellcheck
|
||||||
|
flymake-eslint
|
||||||
apheleia
|
apheleia
|
||||||
direnv
|
direnv
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
|
|
|
@ -29,6 +29,11 @@
|
||||||
rustfmt
|
rustfmt
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
|
||||||
|
# JavaScript / TypeScript
|
||||||
|
nodejs
|
||||||
|
nodePackages.typescript-language-server
|
||||||
|
nodePackages.eslint
|
||||||
|
|
||||||
# Shell and misc
|
# Shell and misc
|
||||||
shfmt
|
shfmt
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Reference in a new issue