Dotfiles/.config/nvim/dependencies.dnf.txt

18 lines
372 B
Text
Raw Normal View History

2024-05-31 17:00:10 +00:00
# Coprs
yorickpeterse/stylua
# YUM Repos
echo '[charm]
name=Charm
baseurl=https://repo.charm.sh/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.charm.sh/yum/gpg.key' | sudo tee /etc/yum.repos.d/charm.repo
# Packages
neovim lua gcc curl wget git unzip tar gzip ripgrep php composer go nodejs npm delve stylua
2024-05-31 18:34:05 +00:00
# NPM
npm install -g @fsouza/prettierd
npm install -g eslint_d