2026-03-17 15:40:11 +01:00
2025-12-11 15:44:24 +01:00
2026-03-17 15:40:11 +01:00
2026-03-17 15:40:11 +01:00
2026-03-17 15:40:11 +01:00
2025-12-23 14:16:41 +01:00
2025-12-10 22:46:54 +01:00
2025-12-10 18:42:52 +01:00
2025-10-18 01:30:58 +02:00
2025-12-03 21:57:32 +01:00
2026-03-17 15:40:11 +01:00
new
2025-07-03 23:29:52 +02:00
2025-12-11 15:45:52 +01:00

Neovim Configuration

Personal Neovim configuration using lazy.nvim for plugin management.

Features

  • LSP: Native LSP with Mason for language server management
  • Completion: Blink.cmp with Copilot integration
  • Fuzzy Finding: Telescope for files and grep
  • File Explorer: Snacks.nvim explorer
  • Git: Fugitive, Gitsigns, and GitHub integration
  • AI: Copilot and CopilotChat
  • UI: Bufferline, Lualine, Dropbar, and various colorschemes
  • Navigation: Harpoon, Kitty navigator for splits
  • Editing: Treesitter, autopairs, rainbow delimiters, visual-multi

Key Mappings

Key Action
<leader>e File explorer
<leader>f Find files
<leader>g Live grep
<Tab> / <S-Tab> Cycle buffers
<Alt-Arrow> Navigate splits (Kitty)
<Alt-c> Toggle Copilot Chat
<C-q> Toggle terminal
<leader>u Undotree
<leader>ap Code actions preview
<leader>sp Colorscheme picker

Requirements

  • Neovim >= 0.10
  • Git
  • A Nerd Font
  • ripgrep (for Telescope grep)

Installation

git clone https://github.com/Zacharias-Brohn/nvimdots ~/.config/nvim
nvim

Plugins will be installed automatically on first launch.

S
Description
No description provided
Readme 3.7 MiB
Languages
Lua 99.2%
Vim Script 0.8%