diff --git a/scripts/vim/plugin/gptme.vim b/scripts/vim/plugin/gptme.vim index 7b872c0a..9ddde461 100644 --- a/scripts/vim/plugin/gptme.vim +++ b/scripts/vim/plugin/gptme.vim @@ -49,6 +49,12 @@ function! s:gptme() range " Open terminal in a new window vertical new file gptme + " Configure window appearance + setlocal nonumber + setlocal norelativenumber + setlocal signcolumn=no + setlocal winfixwidth + setlocal nofoldenable " Use appropriate terminal function based on Vim/Neovim if has('nvim')