Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (38 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.03 KB

Neovim Config

Preview

Installation

Installing neovim nightly

First off you have to use the nightly release of neovim which you can get by doing:

paru -S neovim-nightly-bin

Dependencies

To install the dependencies from the aur you can do the following command:

paru -S xclip nodejs packer lua ranger python3 stylua rustup eslint autopep8 fixjson

Saving Old Config

If you already have a neovim config for can save it by doing:

mv ~/.config/nvim/ ~/.config/nvim-old

Adding Config

To clone the Git repo into you config you can do:

git clone https://github.com/Wolfdesroyer8/Neovim-Config.git ~/.config/nvim/

Setup

Markdown Preview

Do the following command to fix markdown preview:

cd ~/.local/share/nvim/site/pack/packer/start/markdown-preview.nvim/
yarn install

Rust

Do the following commands for rust formatting:

rustup default nightly