You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ A focused, batteries-included Neovim configuration built around the `mini.nvim`
38
38
39
39
-**Navigation & Search** – `Snacks.picker`, `reach.nvim`, `marks.nvim`, `mini.visits`, and `oil.nvim` keep buffers, marks, and files within a keystroke.
40
40
-**UI & Feedback** – `catppuccin`, `mini.notify`, `nvim-ufo`, and `todo-comments` surface structure, notifications, and folding hints.
41
-
-**Coding Aids** – `nvim-cmp` + `cmp-nvim-lsp`, `nvim-treesitter`, `treesitter-context`, and `nvim_context_vt` drive completion and structural awareness. Cycle blink.cmp provider filters with `<M-n>` / `<M-p>`; a notification shows which sources are active because the popup itself can’t render a window title.
41
+
-**Coding Aids** – `nvim-cmp` + `cmp-nvim-lsp`, `nvim-treesitter`, `treesitter-context`, and `nvim_context_vt` drive completion and structural awareness. Cycle blink.cmp provider filters with `<M-n>` / `<M-p>`; a notification shows which sources are active because the popup itself can’t render a window title. When `ai_enabled` is set, Windsurf/Codeium stays idle until you ask for it via a manual keymap, keeping network calls to a minimum.
42
42
-**Snippets & Docs** – `mini.snippets`, `friendly-snippets`, and `neogen` accelerate boilerplate, while `markview.nvim`/`markdown-preview.nvim` preview Markdown.
43
43
-**Integrations** – `which-key`, `mini.sessions`, `mini.visits`, `mini.git`, `cord.nvim` (Discord presence), and `windsurf.nvim` (Codeium when `ai_enabled` is true) round out productivity.
44
44
@@ -66,6 +66,7 @@ A focused, batteries-included Neovim configuration built around the `mini.nvim`
66
66
### Completion
67
67
68
68
-`<M-n>`, `<M-p>` – cycle blink.cmp provider filters. The completion popup can’t show the active provider group as a title, so watch the notifications for the current selection.
69
+
-`<leader>aa` (normal mode) / `<C-g>a` (insert mode) – when `ai_enabled` is true, open blink.cmp filtered to Windsurf/Codeium only, requesting AI suggestions on demand instead of automatically.
0 commit comments