diff --git a/lsp.vimrc b/lsp.vimrc index c8e46f6..11e68bc 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -52,6 +52,7 @@ endif call plug#begin() Plug 'vim-python/python-syntax' +Plug 'bagrat/vim-buffet' Plug 'catppuccin/vim' Plug 'lifepillar/vim-solarized8' @@ -153,15 +154,16 @@ nnoremap x :!chmod +x %:p nnoremap X :!chmod -x % nnoremap e :! %:p -nnoremap 1 1gt -nnoremap 2 2gt -nnoremap 3 3gt -nnoremap 4 4gt -nnoremap 5 5gt -nnoremap 6 6gt -nnoremap 7 7gt -nnoremap 8 8gt -nnoremap 9 9gt +nmap 1 BuffetSwitch(1) +nmap 2 BuffetSwitch(2) +nmap 3 BuffetSwitch(3) +nmap 4 BuffetSwitch(4) +nmap 5 BuffetSwitch(5) +nmap 6 BuffetSwitch(6) +nmap 7 BuffetSwitch(7) +nmap 8 BuffetSwitch(8) +nmap 9 BuffetSwitch(9) +nmap 0 BuffetSwitch(10) nnoremap c :tabclose @@ -237,7 +239,7 @@ autocmd! User GoyoLeave Limelight! let g:airline_powerline_fonts = 1 -let g:airline#extensions#tabline#enabled = 1 +"let g:airline#extensions#tabline#enabled = 1 nnoremap z :Goyo nnoremap gs :Git