From a44760edd2d7d3118c3e784fe7aaf4a6b192e344 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Mon, 22 May 2017 08:58:29 -0500 Subject: [PATCH] Removed silly markdown stuff --- init.sh | 1 - vimrc | 3 --- 2 files changed, 4 deletions(-) diff --git a/init.sh b/init.sh index 038a0f6..1845de0 100644 --- a/init.sh +++ b/init.sh @@ -3,7 +3,6 @@ echo "-= Installing System Dependencies =-" brew install zsh tmux neovim/neovim/neovim python3 ag node brew tap caskroom/cask brew cask install iterm2 -npm -g install instant-markdown-d echo "-= Installing Fonts =-" brew tap caskroom/fonts diff --git a/vimrc b/vimrc index 4edc397..51a732e 100644 --- a/vimrc +++ b/vimrc @@ -67,8 +67,6 @@ Plug 'Quramy/tsuquyomi' Plug 'posva/vim-vue' " Markdown and Distraction Free Writing -Plug 'suan/vim-instant-markdown' -Plug 'junegunn/limelight.vim' Plug 'reedes/vim-wordy' Plug 'dbmrq/vim-ditto' @@ -181,7 +179,6 @@ function SetMarkdownOptions() set wrap set linebreak set nolist - Limelight " Wordy weak DittoOn endfunction