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
|
||||
flymake-popon
|
||||
flymake-shellcheck
|
||||
flymake-eslint
|
||||
apheleia
|
||||
direnv
|
||||
rainbow-delimiters
|
||||
|
|
|
@ -29,6 +29,11 @@
|
|||
rustfmt
|
||||
rust-analyzer
|
||||
|
||||
# JavaScript / TypeScript
|
||||
nodejs
|
||||
nodePackages.typescript-language-server
|
||||
nodePackages.eslint
|
||||
|
||||
# Shell and misc
|
||||
shfmt
|
||||
shellcheck
|
||||
|
|
Loading…
Reference in a new issue