Start on insert mode
This commit is contained in:
1
init.lua
1
init.lua
@@ -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 --- {{{
|
||||
|
||||
@@ -59,7 +59,7 @@ return {
|
||||
opts.display = {
|
||||
chat = {
|
||||
show_settings = true,
|
||||
start_in_insert_mode = true,
|
||||
start_in_insert_mode = false,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user