1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added rust config to neovim & updated exportWiki

This commit is contained in:
Ryan Kes 2020-09-17 14:08:21 +02:00
parent 4fef04d1f3
commit 278890cc29
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ toDir="$HOME/devel/personal/Ryankes.eu/wiki"
date=$(date)
rm -rf "$toDir"/wiki/*
grep -ril "^\#+tags:[\ a-zA-Z0-9]namepage" "$fromDir"*.org | while read -r line; do
grep -ril "^\#+select_tags:[\ a-zA-Z0-9]namepage" "$fromDir"*.org | while read -r line; do
baseName="$(basename "$line")"
markdownFilename="$(echo "$baseName" | cut -f 1 -d '.').md"
pandoc "$line" --filter convertLinks.py -t markdown_mmd+yaml_metadata_block -o "$toDir/wiki/$markdownFilename" -s

View File

@ -39,6 +39,7 @@
Plug 'godlygeek/tabular'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
Plug 'rust-lang/rust.vim'
Plug 'sheerun/vim-polyglot'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'