Switch to NeoVim, using Vim config directory
This commit is contained in:
@@ -20,7 +20,7 @@ alias grep='grep --color=auto'
|
||||
alias ll='ls -lhi'
|
||||
alias ta='tmux attach'
|
||||
alias t='tmux'
|
||||
alias v='vim'
|
||||
alias v='nvim'
|
||||
|
||||
extract() {
|
||||
if [ -f $1 ]; then
|
||||
|
||||
3
dotfiles/.config/nvim/init.vim
Normal file
3
dotfiles/.config/nvim/init.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
let &packpath = &runtimepath
|
||||
source ~/.vim/vimrc
|
||||
@@ -21,7 +21,7 @@ paru -Sy dunst xorg-xwayland xdg-desktop-portal sway swaybg swaylock waybar wofi
|
||||
paru -Sy gnome-podcasts brave-bin
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user