feat: add TypeScript/JavaScript LSP and formatting support
Add ts_ls and eslint language servers for TypeScript/JavaScript development. Configure prettier formatter for JS, CSS, and HTML files.
This commit is contained in:
parent
ac16609e1f
commit
5e370bf247
2 changed files with 19 additions and 0 deletions
|
|
@ -41,6 +41,13 @@
|
|||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
# TypeScript/JavaScript
|
||||
ts_ls = {
|
||||
enable = true;
|
||||
};
|
||||
eslint = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue