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

n-ovux/Neovim-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is my Neovim Config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages