Switch to NeoVim, using Vim config directory

This commit is contained in:
2024-05-05 11:35:49 +00:00
parent 1baa84f585
commit 9e9508db05
3 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ alias grep='grep --color=auto'
alias ll='ls -lhi' alias ll='ls -lhi'
alias ta='tmux attach' alias ta='tmux attach'
alias t='tmux' alias t='tmux'
alias v='vim' alias v='nvim'
extract() { extract() {
if [ -f $1 ]; then if [ -f $1 ]; then

View File

@@ -0,0 +1,3 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc

View File

@@ -21,7 +21,7 @@ paru -Sy dunst xorg-xwayland xdg-desktop-portal sway swaybg swaylock waybar wofi
paru -Sy gnome-podcasts brave-bin paru -Sy gnome-podcasts brave-bin
# Install CLI Apps # Install CLI Apps
paru -Sy gdu toipe bottom w3m newsboat iamb tmux ollama vim transmission-cli mutt pass paru -Sy gdu toipe bottom w3m newsboat iamb tmux ollama neovim transmission-cli mutt pass
if [ $(pwd) != "$HOME/dotfiles" ]; then if [ $(pwd) != "$HOME/dotfiles" ]; then