From 8b4b11b6ad325f35e0957edbae458e7bbc26b1a7 Mon Sep 17 00:00:00 2001 From: D4VID Date: Fri, 15 Dec 2023 13:50:27 +0100 Subject: [PATCH] set lvim as the editor --- bash/.bashrc | 2 ++ eos-setup.sh | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 81c5bbb..a9c3712 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -17,6 +17,8 @@ fi export PATH=$PATH:$HOME/.cargo/bin export PATH=$PATH:$HOME/.pub-cache/bin +export EDITOR='lvim' + #source "$HOME/.cargo/env" tmux diff --git a/eos-setup.sh b/eos-setup.sh index 28ee5d0..2c65a98 100755 --- a/eos-setup.sh +++ b/eos-setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # main packages -yay -Sy vim neovim tmux zsh bat gparted gimp htop libreoffice-fresh wireshark-qt chromium stow exa thefuck xclip plasma-wayland-session plasma-systemmonitor --needed --noconfirm +yay -Sy vim neovim tmux zsh bat gparted gimp htop libreoffice-fresh wireshark-qt chromium discord stow exa thefuck xclip --needed --noconfirm # fonts yay -Sy ttf-noto-nerd noto-color-emoji-fontconfig noto-fonts-emoji --needed --noconfirm @@ -25,7 +25,7 @@ git clone --depth 1 https://github.com/unixorn/fzf-zsh-plugin.git ${ZSH_CUSTOM:- # LunarVim -yay -Sy python-pynvim +yay -Sy python-pynvim --needed --noconfirm LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh) @@ -33,4 +33,4 @@ LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent. rm ~/.bashrc; stow --no-folding bash rm ~/.tmux.conf; stow --no-folding tmux rm ~/.zshrc; stow --no-folding zsh -stow --no-folding lvim +rm ~/.config/lvim/config.lua; stow --no-folding lvim