Skip to content

Commit

Permalink
meta: configs: lazyvim.yaml: install neovim without asdf plugin manually
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Karfich <[email protected]>
  • Loading branch information
alegsan committed Feb 13, 2025
1 parent f9893c5 commit d56efa6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions meta/configs/lazyvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,13 @@
# Ubuntu version serves. Install them via an alternative
# community package manager.
- shell:
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install fzf
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install lazygit
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install gh
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install fzf lazygit gh lynx
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install --force --cask font-iosevka-nerd-font
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install lynx

- asdf:
- asdf_path: /home/linuxbrew/.linuxbrew/opt/asdf/libexec/asdf.sh
- plugin: neovim
url: https://github.com/richin13/asdf-neovim
global: nightly
versions:
- nightly
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
asdf plugin add neovim https://github.com/richin13/asdf-neovim &&
asdf install neovim nightly &&
asdf set -u neovim nightly

- shell:
- _CONF_DIR=~/.config/nvim;
Expand Down

0 comments on commit d56efa6

Please sign in to comment.