prrockzed / nvimDev

Neovim distro built for keyboard lovers to maximize productivity. Fast, Efficient, Structured and Customizable.
GNU General Public License v3.0
2 stars 2 forks source link

Update README and INSTALL, Issue # 2 Fixed #4

Closed AHSANATIQ98 closed 17 hours ago

AHSANATIQ98 commented 1 day ago

πŸš€ Pull Request Overview

Summary:


πŸ› Bug Fix:

  1. Bug: (e.g., Fixed issue where options.lua would crash if a specific plugin was missing.) Proposed Solution: (e.g., Changing the mouse property/line 23 would work) Is it OS/Terminal Specific: (e.g., macOS and kitty terminal)

  2. Bug: (e.g., Fixed issue where options.lua would crash if a specific plugin was missing.) Proposed Solution: (e.g., Changing the mouse property/line 23 would work) Is it OS/Terminal Specific: (e.g., macOS and kitty terminal)


✨ New Feature (Plugins):

  1. New Plugin: (e.g., nvim-tree plugin) Plugin Use: (e.g., nvim-tree allows users to explore and manage files directly within Neovim.) Plugin Configuration: (e.g., Added Custom/Ready-made Configuration - to the plugin_config folder) Plugin Link: (e.g., https://github.com/nvim-tree/nvim-tree.lua)

  2. New Plugin: (e.g., nvim-tree plugin) Plugin Use: (e.g., nvim-tree allows users to explore and manage files directly within Neovim.) Plugin Configuration: (e.g., Added Custom/Ready-made Configuration - to the plugin_config folder) Plugin Link: (e.g., https://github.com/nvim-tree/nvim-tree.lua)


πŸ“ Documentation Updates:


πŸ”§ Additional Information (Custom):


πŸ”— Related Issues (if any):


βœ… Checklist:

prrockzed commented 1 day ago

I have added some comments to the file. Do check those out. If the config was running fine after the installation then it is all ok. Just do the changes i suggested.

AHSANATIQ98 commented 23 hours ago

Unfortunately, I dont know Lua. I just updated readme.md and install.md as text files.

prrockzed commented 22 hours ago

Ok. Then do the changes changes for markdown files only as suggested like adding of custom configuration in the content section of the readme and some changes in the headings. These are purely markdown related things and no knowledge of lua is required.

AHSANATIQ98 commented 22 hours ago

where i can find those files. I am totally beginner to github..

AHSANATIQ98 commented 22 hours ago

Custom configuration is already there as heading.

prrockzed commented 22 hours ago

As i said earlier, add custom configuration to the content section of readme file. And in the install.md file, make changes as suggested: Make the installation as heading 3(###) and successive headings as heading 4(####). Keep Uninstallation Heading as ##.

These changes are suggested based on the work you have done above. You yourself made changes in install.md and readme.md files, so there should be no problem in finding the files.

AHSANATIQ98 commented 18 hours ago

My bad, i got.and also done..