Updated Home (markdown)

siduck76 2021-06-08 22:03:07 +05:30
parent 4116672cbb
commit 9af277134e

@ -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".
<br><br>
# 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!
<br><br>
### 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/)