Welcome to my customized Neovim configuration! This project is a fork of the kickstart.nvim configuration, with added features and personal tweaks to enhance productivity and efficiency.
- Enhanced Plugin Management: Improved plugin loading and lazy loading.
- Custom Keybindings: Tailored shortcuts for faster navigation and editing.
- LSP and Autocompletion: Advanced setup for language servers and autocompletion.
- Theming and UI Tweaks: Customized themes and UI elements for a better visual experience.
- Integrated Tools: Seamless integration with tools like Git, Markdown preview, and more.
- Performance Optimizations: Tweaks and settings to ensure a smooth and responsive experience.
You will need to first ensure you have the latest version of Neovim. Instructions on how to have this set up can be found at Neovim installation
To use this configuration, follow the steps below:
-
Clone the Repository:
Linux or MacOS
git clone https://github.com/malikkemp/kickstart.nvim.git ~/.config/nvim
Windows
git clone https://github.com/malikkemp/kickstart.nvim.git $env:LOCALAPPDATA\nvim