From 9af277134e5f631c164fdb07b1b0a06e1bbac688 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Tue, 8 Jun 2021 22:03:07 +0530 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index e7c2666..5cd3e25 100644 --- a/Home.md +++ b/Home.md @@ -15,7 +15,7 @@ Welcome to the NvChad wiki! - To load or source that "anything" module (like making it load with init.lua ) ,add this is in init.lua : require "anything".

-# Clone my setup - +# Clone my setup - Install neovim-nightly , also use a nerdfont on your terminal. - Use these [colors](https://github.com/siduck76/dotfiles/blob/master/thinkpad/.Xresources) for your terminal , Its in xresources format so it'd would be easier to use a terminal that supports xresources like st , urxvt , xterm , My [st build](https://github.com/siduck76/st). @@ -52,7 +52,8 @@ git clone https://github.com/wbthomason/packer.nvim\ - NvChad uses neoformat , install the formatters for the language you want from [here](https://github.com/sbdchd/neoformat). - for example : to format html , css and js I just need prettier to be installer and its done!

-### Guides to migrate your nvim configs to init.lua - + +## Guides to migrate your nvim configs to init.lua Give these a quick read if you want to learn basic lua configuring in neovim - [learn lua](https://learnxinyminutes.com/docs/lua/)