Skip to content

Commit

Permalink
Added "vim-devicons" plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypass96 committed Dec 22, 2024
1 parent cc4979b commit 8bb6b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim_setup_archlinux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# This script sets up Vim with the "one" colorscheme and the Lightline plugin for Arch Linux.
# install the lightline plugin manager, vim-plug, and colorschemes.
paru -S vim-lightline-git vim-plug vim-ayu-git vim-auto-pairs --noconfirm
paru -S vim-lightline-git vim-plug vim-ayu-git vim-auto-pairs vim-devicons --noconfirm

# Configure the vimrc file.
sudo tee -a /etc/vimrc > /dev/null << EOF
Expand Down

0 comments on commit 8bb6b8c

Please sign in to comment.