Start on insert mode

This commit is contained in:
Chris
2025-05-08 07:59:46 +01:00
parent b8d7a1c9ab
commit ea9ee8267a
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ TODO: Neovim configurations I want to add:
- Figure out a better way to add relevant buffers to AI
- Figure out debug expressions
- Better keymaps for debug movements
- Chat history
]]
-- " Auto-Commands --- {{{

View File

@@ -59,7 +59,7 @@ return {
opts.display = {
chat = {
show_settings = true,
start_in_insert_mode = true,
start_in_insert_mode = false,
},
}