
Modern Neovim setup with essential plugins.
- GitHub Copilot integration
- LSP with Mason & auto-completion
- Telescope fuzzy finder
- Neo-tree file explorer
- Harpoon quick navigation
- Git workflow (Fugitive + Gitsigns)
- Treesitter syntax highlighting
- Auto-formatting & diagnostics


UI & Navigation
- github-nvim-theme - Dark colorscheme
- lualine.nvim - Statusline
- telescope.nvim - Fuzzy finder
- neo-tree.nvim - File explorer
- harpoon - Quick navigation
Development
- mason.nvim - LSP installer
- nvim-lspconfig - LSP configs
- nvim-cmp - Auto-completion
- copilot.vim - AI assistance
- nvim-treesitter - Syntax highlighting
Git & Utils
- vim-fugitive - Git integration
- gitsigns.nvim - Git signs
- none-ls.nvim - Formatting
- undotree - Undo history
- vim-wakatime - Time tracking
