Set some window options to their deafults

This commit is contained in:
Ben Jackson 2020-02-16 22:30:55 +00:00
commit 926029e343
3 changed files with 11 additions and 0 deletions

View file

@ -42,6 +42,7 @@ class StackTraceView( object ):
# FIXME: Remove all usage of "Windown" and just use buffers to prevent all
# the bugs around the window being closed.
self._win = vim.current.window
utils.SetUpUIWindow( self._win )
vim.command( 'nnoremap <buffer> <CR> :call vimspector#GoToFrame()<CR>' )