Welcome to my Neovim Configuration, crafted with LazyVim to provide a fast, modern, and efficient development experience. This configuration is tailored for developers looking to enhance their workflow with a lightweight yet feature-rich setup.
- Lazy Loading: Powered by LazyVim for blazing-fast startup.
- Modern UI: Minimalistic design with a clean and functional layout.
- Plugin Management: Easy plugin installation and updates with
lazy.nvim. - Developer Productivity: Tools for linting, formatting, Git integration, and more.
- Extensibility: Modular design for easy customization and expansion.
- Language Support: Preconfigured LSPs, syntax highlighting, and autocompletion.
This configuration includes a curated selection of plugins to supercharge your coding experience:
- File Explorer:
nvim-tree.luafor project navigation. - Git Integration:
gitui.nvimfor managing version control. - Syntax Highlighting: Treesitter for rich syntax understanding.
- Code Completion:
nvim-cmpwith LSP integration. - Terminal Integration: Integrated terminal toggling.
- Formatting & Linting: Tools like Prettier and ESLint preconfigured.
-
Clone this repository to your Neovim configuration directory:
git clone https://github.com/LazyDoomSlayer/nvim-configuration ~/.config/nvim