diff options
| author | Alex Pickering <alex@cogarr.net> | 2025-07-13 17:55:27 -0500 |
|---|---|---|
| committer | Alex Pickering <alex@cogarr.net> | 2025-07-13 17:55:27 -0500 |
| commit | 2ac3e5535f0cbd6801a8da7930a7ff6495e139b7 (patch) | |
| tree | 4d95eeb064224f10d85ef59191dac69ff0b40907 /nvim | |
| parent | ddc63eb9b01c197ed998c08c4e79c3a54516860c (diff) | |
| parent | 2709dd8bf97bdf88d9343374a7d0d04466fb5776 (diff) | |
| download | dotfiles-2ac3e5535f0cbd6801a8da7930a7ff6495e139b7.tar.gz dotfiles-2ac3e5535f0cbd6801a8da7930a7ff6495e139b7.tar.bz2 dotfiles-2ac3e5535f0cbd6801a8da7930a7ff6495e139b7.zip | |
Merge branch 'master' of ssh://cogarr.net/home/git/dotfiles
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/ginit.vim | 2 | ||||
| -rw-r--r-- | nvim/init.vim | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 0a5540f..3bf891f 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -1,5 +1,5 @@ -if exists("g:fvim_loaded") +if exists("g:fvim_loaded") || exists("g:nvy") set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 nnoremap <A-CR> :FVimToggleFullScreen<CR> FVimCursorSmoothMove v:true diff --git a/nvim/init.vim b/nvim/init.vim index 4cdf861..f537d18 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -448,13 +448,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 ``` |
