9 releases
0.1.9 | Jun 24, 2024 |
---|---|
0.1.8 | Jun 24, 2024 |
#271 in Development tools
26 downloads per month
20KB
433 lines
[!WARNING] This project seeks the contribution of more people in order to have a lot of support for different languages with working configurations.
Installation
It is very simple, you just need to have cargo
installed on your computer.
cargo install adn
[!WARNING] Make sure you have
~/.cargo/bin
in your PATH to be able to use theadn
command.
How to use
adn ACTION LANGUAGE
Arg | Description |
---|---|
ACTION | In this part we will put the action that we want to do i to install or (r to remove WIP) |
LANGUAGE | Here we will put the name of the language we want the LSP to be installed in. |
[!NOTE] If the
path
does not end inlangugages.toml
it will throw an error.
Example
You can run the command from helix using :run-command-shell
or if you prefer in your trusted terminal.
adn i rust
Config
Flag | Descriptión |
---|---|
-c --config |
To set the languages.toml path. |
-n --npm-folder |
To ser the node_modules/ path. |
Languages
- Rust
- Go
- HTML
- CSS
- Javascript
- Typescript
- JSX
- TSX
- JSON
Features
- Ability to uninstall LSP from languages
Dependencies
~2.2–3MB
~57K SLoC