Removed silly markdown stuff
This commit is contained in:
parent
6766f282b6
commit
a44760edd2
2 changed files with 0 additions and 4 deletions
1
init.sh
1
init.sh
|
@ -3,7 +3,6 @@ echo "-= Installing System Dependencies =-"
|
||||||
brew install zsh tmux neovim/neovim/neovim python3 ag node
|
brew install zsh tmux neovim/neovim/neovim python3 ag node
|
||||||
brew tap caskroom/cask
|
brew tap caskroom/cask
|
||||||
brew cask install iterm2
|
brew cask install iterm2
|
||||||
npm -g install instant-markdown-d
|
|
||||||
|
|
||||||
echo "-= Installing Fonts =-"
|
echo "-= Installing Fonts =-"
|
||||||
brew tap caskroom/fonts
|
brew tap caskroom/fonts
|
||||||
|
|
3
vimrc
3
vimrc
|
@ -67,8 +67,6 @@ Plug 'Quramy/tsuquyomi'
|
||||||
Plug 'posva/vim-vue'
|
Plug 'posva/vim-vue'
|
||||||
|
|
||||||
" Markdown and Distraction Free Writing
|
" Markdown and Distraction Free Writing
|
||||||
Plug 'suan/vim-instant-markdown'
|
|
||||||
Plug 'junegunn/limelight.vim'
|
|
||||||
Plug 'reedes/vim-wordy'
|
Plug 'reedes/vim-wordy'
|
||||||
Plug 'dbmrq/vim-ditto'
|
Plug 'dbmrq/vim-ditto'
|
||||||
|
|
||||||
|
@ -181,7 +179,6 @@ function SetMarkdownOptions()
|
||||||
set wrap
|
set wrap
|
||||||
set linebreak
|
set linebreak
|
||||||
set nolist
|
set nolist
|
||||||
Limelight
|
|
||||||
" Wordy weak
|
" Wordy weak
|
||||||
DittoOn
|
DittoOn
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Add table
Reference in a new issue