All commit messages in this repo are AI-generated using DevGen
-
📦 Native Plugin Management
- Leverages Neovim's built-in package system for robust and fast plugin loading.
- Interactive UI for managing plugins with
:PackUI. - Automatic detection and installation of missing plugins on startup.
- Non-interactive cleaning of inactive plugins.
-
🚀 Powered by Snacks.nvim
- Dashboard: Beautiful startup screen with quick actions.
- Picker: Ultra-fast file, grep, and project fuzzy finding.
- Notifier: Modern notification system with history.
- Scratch: Persistent scratchpads for quick notes or code snippets.
- Explorer: Integrated file explorer and rename utilities.
-
🎨 Modern UI & UX
- Smart Column: Dynamic
colorcolumnthat only appears when lines exceed limits. - Aesthetic Design: Curated color schemes and smooth animations via
Snacks.animate. - Mini Ecosystem: Leveraging
mini.nvimfor files, icons, pairs, and more.
- Smart Column: Dynamic
-
🛠️ Developer Productivity
- LSP & Tree-sitter: Fully configured with auto-installation via
:TSInstallAll. - Auto-Save: Smart debounced auto-saving (3s) to prevent data loss.
- Secure Env: Automatic masking of sensitive values in
.envfiles. - Auto-Directory: Automatically creates parent directories when saving a new file.
- LSP & Tree-sitter: Fully configured with auto-installation via
# Clone the repository to your Neovim config directory
git clone https://github.com/S4NKALP/keycodex ~/.config/nvim
# Launch Neovim - Missing plugins will install automatically!
nviminit.lua- Main entry point and orchestration.lua/- Core logic and system configurations.pack_helper.lua- Helper functions andaddAPI for native plugins.packui.lua- Interactive UI for the native plugin manager.keys.lua- Base keybindings and leader configuration.autocmd.lua- Smart automation (Auto-save, Smart Column,.envmasking, Auto-install).options.lua- Global Neovim settings & performance tweaks.lsp.lua- Language Server Protocol & Tree-sitter setup.
plugin/- Detailed plugin configurations.snacks.lua- Modern UI modules (Dashboard, Picker, Notifier, Scratchpad).whichkey.lua- Interactive keyboard shortcut groupings.mini.lua- Mini ecosystem utilities (Files, Icons, Pairs).
The Leader Key is mapped to <Space>.
| Key | Action |
|---|---|
<leader>ff |
Find Files |
<leader>fg |
Live Grep |
<leader>ee |
Explore Files (Mini) |
<leader>eE |
Explorer (Snacks) |
<leader>ps |
Open Plugin Manager (Pack) |
<leader>ca |
LSP Code Actions |
<leader>cr |
Rename Symbol |
<leader>wz |
Toggle Zen Mode |
Tip: Use <leader> and wait for WhichKey to show you the full list of available commands.
Handcrafted with ❤️ by Sankalp