remove AI pluging from neovim

This commit is contained in:
Alexander Navarro 2025-03-11 10:32:50 -03:00
parent 2cbac54509
commit 3fffa9d78e
3 changed files with 4 additions and 166 deletions

View file

@ -72,7 +72,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-mod
{{#if (and dotter.packages.rust (ne (len cargo.packages) 0)) }}
{{ header "Installing crates" }}
cargo install --locked {{# each (flatten_table cargo.packages) }} "{{ this }}" {{ /each }}
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall --locked {{# each (flatten_table cargo.packages) }} "{{ this }}" {{ /each }}
{{ /if }}