My Neovim configuration mostly for rust, python, go and c.
- UI with Catppuccin theme
- LSP support with auto-completion
- Fuzzy finding with Telescope
- File explorer with Neo-tree
- Debugging support with DAP
- Testing integration
- Git integration
- Format & Lint support
- Lazy loading for fast startup
- Neovim >= 0.9.0
- Git
- A C compiler (for building tree-sitter)
- ripgrep (for Telescope)
- A Nerd Font (for icons)
- Node.js (for LSP servers)
- fd (for fuzzy finding)
- Backup your existing Neovim configuration:
- git clone https://github.com/fruitsaladchan/nvim.git ~/.config/nvim
- nvim
<leader>pl
→ Open Lazy<leader>pm
→ Open Mason<leader>tt
→ Open terminal<C-n>
→ Open neo-tree<leader>mp
→ Markdown preview<leader>gg
→ Open lazygit
<leader>-
→ Split window horizontally<leader>|
→ Split window vertically<A-arrows>
→ Resize windows
<leader>cd
→ Show line diagnostics[d/]d
→ Previous/next diagnostic[e/]e
→ Previous/next error[w/]w
→ Previous/next warning<leader>cf
→ Format code (Code will also formart on save aswell)<C-a>
→ Open aerial
<leader>oh
→ Toggle inlay hints<leader>os
→ Toggle spell check<leader>on
→ Toggle line numbers<leader>ow
→ Toggle word wrap
<S-h>
→ Left buffer<S-l>
→ Right buffer
<leader>nd
→ Dismiss all<leader>nd
→ notification history
<leader>ff
→ Find files<leader>fb
→ List buffers<leader>fg
→ Fuzzy grep<leader>fr
→ Recent files<leader>fn
→ Neovim config files