@@ -4,6 +4,52 @@ My personal Neovim configuration files.
44
55![ screenshot] ( ./.github/assets/screenshot.png )
66
7+ ## Table of Contents
8+
9+ - [ Quickstart] ( #quickstart )
10+ - [ Prerequisites] ( #prerequisites )
11+ - [ Installation] ( #installation )
12+ - [ Configuration] ( #configuration )
13+ - [ Preferences] ( #preferences )
14+ - [ Plugins] ( #plugins )
15+ - [ AI / Code Assistance] ( #ai--code-assistance )
16+ - [ Completion] ( #completion )
17+ - [ LSP] ( #lsp )
18+ - [ Syntax & Treesitter] ( #syntax--treesitter )
19+ - [ Debugging] ( #debugging )
20+ - [ Diagnostics] ( #diagnostics )
21+ - [ Git] ( #git )
22+ - [ File Navigation] ( #file-navigation )
23+ - [ UI / Window Management] ( #ui--window-management )
24+ - [ Terminal] ( #terminal )
25+ - [ Tmux Integration] ( #tmux-integration )
26+ - [ Editing] ( #editing )
27+ - [ Formatting] ( #formatting )
28+ - [ Markdown] ( #markdown )
29+ - [ Highlighting] ( #highlighting )
30+ - [ Theme] ( #theme )
31+ - [ Utilities] ( #utilities )
32+ - [ Language Servers (Mason)] ( #language-servers-mason )
33+ - [ Adding or Customizing LSP Servers] ( #adding-or-customizing-lsp-servers )
34+ - [ Keymaps] ( #keymaps )
35+ - [ Navigation] ( #navigation )
36+ - [ Window splitting] ( #window-splitting )
37+ - [ Pane / Tmux navigation] ( #pane--tmux-navigation )
38+ - [ Code navigation] ( #code-navigation )
39+ - [ Code documentation] ( #code-documentation )
40+ - [ Code actions] ( #code-actions )
41+ - [ Debug & Diagnostics] ( #debug--diagnostics )
42+ - [ Troubles] ( #troubles )
43+ - [ Window management] ( #window-management )
44+ - [ Search] ( #search )
45+ - [ Formatting] ( #formatting-1 )
46+ - [ Diff] ( #diff )
47+ - [ Git] ( #git-1 )
48+ - [ GitHub] ( #github )
49+ - [ Tab management] ( #tab-management )
50+ - [ Completion] ( #completion-1 )
51+ - [ Treesitter] ( #treesitter )
52+
753## Quickstart
854
955### Prerequisites
0 commit comments