Default configs for neovim using the Lazy nvim package manager that streamline tasks for programming and documentation.
- Treesitter - file exploration structure with easy manipulation (add, delete, rename, etc.)
- LSP Configuration using Mason
- Customizable greeter dashboard using alpha
This installation is for my Arch system but it's dependencies should be system agnostic therefore just use whatever package manager is relevant to your respective system.
- Clone or download this repo and copy paste the nvim folder into your ~/.config folder. Running nvim for the first time will auto run all the plugins and download what is needed.
- NOTE: make sure you don't have any pre-existing configs you may want to keep if you choose to just copy/paste/overwrite should there be an existing nvim config folder.
- I'm assuming if you're here you know how to navigate around neovim but if not here's the cheatsheet
---default keybindings to be listed---
- Document default keybinds and how to edit them
- Explain plugin usage in detail
- Implement theme plugin
- Implement markdown live preview
- Update feature list (its not done yet)