My Neovim configuration using lazy.nvim.
Leader key: Space
| Binding | Description |
|---|---|
<leader>ff |
Find files |
<leader>fF |
Find files (including hidden/ignored) |
<leader>fg |
Live grep |
<leader>fb |
Find buffers |
<leader>fh |
Find help tags |
<leader>gg |
Lazygit |
- Completion: blink.cmp
- LSP: nvim-lspconfig, typescript-tools, rustaceanvim
- Fuzzy finding: fzf-lua
- File explorer: oil.nvim
- Git: gitsigns, lazygit
- AI: avante, augment, claudecode, copilot
- Treesitter: nvim-treesitter, nvim-treesitter-textobjects
- UI: kanagawa (colorscheme), mini.statusline, mini.indentscope, which-key
- Editing: mini.pairs, flash, conform (formatting)
- Navigation: vim-tmux-navigator