$ git clone https://github.com/TobyBridle/neovim-config ./nvim && nvim ./nvim/lua/plugins.lua +PackerSync
:checkhealth
from within neovim upon install.
- Easy configuration of basic things such as colorscheme from within `core/custom.lua`
- Most plugins are lazy-loaded meaning that they are only loaded as of when they are needed
- Inbuilt toggleable terminal using **FTerm.lua**
- Git management using LazyGit
- File searching, Word finding and more using **Telescope**
- Autocompletion and snippets using **nvim-cmp**
- Mappings keysheet using **which-key**