1
0
Fork 1
No description
Find a file
2024-07-12 20:54:56 +00:00
lua lua/toolchain/config/plugins.lua aktualisiert 2024-07-12 20:53:13 +00:00
.gitignore .gitignore hinzugefügt 2024-07-12 20:54:56 +00:00
init.lua Setup 2024-07-02 23:52:43 +02:00
neoconf.json neoconf.json hinzugefügt 2024-07-12 20:54:09 +00:00
Readme.md Readme.md aktualisiert 2024-07-02 22:43:52 +00:00
stylua.toml Setup 2024-07-02 23:52:43 +02:00

Dotfiles/nvim

Setup

Fedora

Enable Coprs

dnf copr enable yorickpeterse/stylua -y

Add 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

Install System Packages

dnf install -y neovim lua gcc curl wget git unzip tar gzip ripgrep php composer go nodejs npm delve stylua codespell glow cargo

Install Cargo packages

cargo install selene

Install NPM packages

npm install -g @fsouza/prettierd
npm install -g eslint_d