set noloadplugins
set hls
set nocompatible
set laststatus=2
set noswapfile
set viminfo=
set hidden
set laststatus=2
set backspace=indent,eol,start
set nowrap
set wildmode=list:longest
set completeopt=menu,longest
set cryptmethod=blowfish

" let TAB update the TOTP view for the current line
map <silent> <tab> :silent .w !totp <bar> cat /tmp/header - /tmp/footer > /tmp/dialog<cr>
