We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 236179f + 30d72ea commit 48c4f27Copy full SHA for 48c4f27
autoload/db_ui/drawer.vim
@@ -35,7 +35,8 @@ function! s:drawer.open(...) abort
35
silent! exe 'vertical '.win_pos.' new dbui'
36
silent! exe 'vertical '.win_pos.' resize '.g:db_ui_winwidth
37
endif
38
- setlocal filetype=dbui buftype=nofile bufhidden=wipe nobuflisted nolist noswapfile nowrap nospell nomodifiable winfixwidth nonumber norelativenumber signcolumn=no
+ setlocal buftype=nofile bufhidden=wipe nobuflisted nolist noswapfile nowrap nospell nomodifiable winfixwidth nonumber norelativenumber signcolumn=no
39
+ setlocal filetype=dbui
40
41
call self.render()
42
nnoremap <silent><buffer> <Plug>(DBUI_SelectLine) :call <sid>method('toggle_line', 'edit')<CR>
0 commit comments