From 18e585b709745255fafa061474a17a2ae603d391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 29 Jan 2018 11:36:52 +0100 Subject: [PATCH] Update vim --- vim/vimrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 1e078a1..6d2b987 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -8,14 +8,14 @@ call plug#begin('~/.local/share/nvim/plugged') "Plug 'vim-airline/vim-airline-themes' Plug 'itchyny/lightline.vim' " Plug 'godlygeek/tabular' -" Plug 'lepture/vim-jinja' +Plug 'lepture/vim-jinja' Plug 'majutsushi/tagbar' " Plug 'nblock/vim-dokuwiki' Plug 'reedes/vim-pencil' " Plug 'saltstack/salt-vim' Plug 'sickill/vim-monokai' " Plug 'sjl/gundo.vim' -" Plug 'tpope/vim-commentary' +Plug 'tpope/vim-commentary' " Plug 'tpope/vim-fugitive' " Plug 'tpope/vim-speeddating' " Plug 'tpope/vim-surround' @@ -40,6 +40,11 @@ Plug 'scrooloose/nerdtree' "Plugin 'terryma/vim-multiple-cursors' "Plugin 'wellle/targets.vim' "Plugin 'wincent/Command-T' +Plug 'rodjek/vim-puppet' +Plug 'suan/vim-instant-markdown' +"Plug 'marshallward/vim-restructuredtext' +Plug 'vim-syntastic/syntastic' + call plug#end() filetype plugin indent on @@ -181,7 +186,10 @@ inoremap jj nnoremap v vl +nnoremap m :InstantMarkdownPreview + nnoremap u :GundoToggle +nnoremap d :diffupdate nmap :Goyo:TogglePencil:Limelight!! nmap w :Goyo:TogglePencil:Limelight!! @@ -259,3 +267,5 @@ autocmd FileType yaml set shiftwidth=2 set completeopt-=preview let g:ycm_add_preview_to_completeopt = 0 + +let g:instant_markdown_autostart = 0