From 4e3ca763bc7a5d33586e5f995f0087bba212f8aa Mon Sep 17 00:00:00 2001 From: cool-mist Date: Fri, 16 Feb 2024 15:23:46 +0530 Subject: [PATCH] restructure instructions --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index bf886a6..412feab 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,12 @@ -# nvimconfigs +# Nvimconfigs # My neovim settings. Contrary to popular opinion of breaking down your configs, this configuration is a single file because why not!! It is becoming very difficult to split them anyways with plugin dependencies on other settings, plugins defining keybinds in their setup and so on. This uses Packer as the plugin manager. -# Dependencies # - - - -# Installation # - -## Prerequisites +# Prerequisites # - Tested on Arch. Should probably work on most linux distros. -- On Arch WSL, you would need to retry by pressing `R` on the `:PackerSync` menu few times to install all the plugins, the first time around. Check [this issue](https://github.com/wbthomason/packer.nvim/issues/456) - `neovim` - `npm` - `python` @@ -22,11 +15,16 @@ This uses Packer as the plugin manager. - `go` - `rust` -``` -make install -``` +# Installation # -That will take a backup of your current vim settings in `~/.config/nvim/init.lua` and installs the configs from this project. +- `make install` -Once done, open `init.lua` and run `:PackerSync`. +## Manually ## + +Above command will take a backup of your current vim settings in `~/.config/nvim/init.lua` and installs the configs from this project. You can download and place this manually as well. + +# Post Install # + +- Open `init.lua` and run `:PackerSync`. +- On Arch WSL, you would need to retry by pressing `R` on the `:PackerSync` menu few times to install all the plugins, the first time around. Check [this issue](https://github.com/wbthomason/packer.nvim/issues/456)