diff options
Diffstat (limited to 'nvim/init.vim')
| -rw-r--r-- | nvim/init.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index 7948a5f..f3a6021 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -447,13 +447,14 @@ do require("lualine").setup({sections = {lualine_x = {get_status_icon, ollama_loaded}}}) require("ollama").config.prompts.fgen = { prompt = [[ -Generate $ftype code that follows this code: +Generate $ftype code that keeps all comments and follows this code: ``` $before ``` -and comes before this code +and could go before this code + ``` $after ``` |
