Skip to content

Commit

Permalink
fix(vim): improved window configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 29, 2024
1 parent e8ec1c8 commit e59cc06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/vim/plugin/gptme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e59cc06

Please sign in to comment.