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:
parent
4fef04d1f3
commit
278890cc29
@ -5,7 +5,7 @@ toDir="$HOME/devel/personal/Ryankes.eu/wiki"
|
|||||||
date=$(date)
|
date=$(date)
|
||||||
|
|
||||||
rm -rf "$toDir"/wiki/*
|
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")"
|
baseName="$(basename "$line")"
|
||||||
markdownFilename="$(echo "$baseName" | cut -f 1 -d '.').md"
|
markdownFilename="$(echo "$baseName" | cut -f 1 -d '.').md"
|
||||||
pandoc "$line" --filter convertLinks.py -t markdown_mmd+yaml_metadata_block -o "$toDir/wiki/$markdownFilename" -s
|
pandoc "$line" --filter convertLinks.py -t markdown_mmd+yaml_metadata_block -o "$toDir/wiki/$markdownFilename" -s
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||||
|
Plug 'rust-lang/rust.vim'
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
Loading…
Reference in New Issue
Block a user