📝 update plugins

This commit is contained in:
Daniel Thoren 2022-04-14 13:03:36 +02:00
parent ed8563d841
commit 2b9b9fc410

View file

@ -15,12 +15,13 @@ Plug 'junegunn/goyo.vim'
Plug 'jreybert/vimagit' Plug 'jreybert/vimagit'
Plug 'lukesmithxyz/vimling' Plug 'lukesmithxyz/vimling'
Plug 'vimwiki/vimwiki' Plug 'vimwiki/vimwiki'
Plug 'itchyny/calendar.vim'
Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
Plug 'ap/vim-css-color' Plug 'ap/vim-css-color' " show css colors
Plug 'editorconfig/editorconfig-vim' " editor-config extension for vim Plug 'editorconfig/editorconfig-vim' " editor-config extension for vim
" Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor " Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor
" Plug 'jupyter-vim/jupyter-vim' " Plug 'jupyter-vim/jupyter-vim' " one day we'll start using jupyter in vim
call plug#end() call plug#end()
set title set title
@ -158,5 +159,4 @@ nnoremap <leader>h :call ToggleHiddenAll()<CR>
" Here leader is ";". " Here leader is ";".
" So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc" " So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc"
" if typed fast without the timeout. " if typed fast without the timeout.
" source ~/.config/nvim/shortcuts.vim " source ~/.config/nvim/shortcuts.vim