mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
3 Commits
6290aba5de
...
278890cc29
Author | SHA1 | Date | |
---|---|---|---|
|
278890cc29 | ||
|
4fef04d1f3 | ||
|
bba14a3028 |
@ -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
|
||||
|
@ -190,4 +190,4 @@
|
||||
(ispell-hunspell-add-multi-dic "en_GB,nl_NL,en_US")
|
||||
(setq ispell-dictionary "en_GB,nl_NL,en_US"))
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.mdx\\'" . markdown-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.mdx\\'" . markdown-mode))
|
||||
|
@ -24,6 +24,7 @@
|
||||
+all ; catch all popups that start with an asterix
|
||||
+defaults) ; default popup rules
|
||||
ligatures
|
||||
tabs
|
||||
treemacs ; a project drawer, like neotree but cooler
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
@ -37,7 +38,7 @@
|
||||
(format +onsave +format-with-lsp) ; automated prettiness
|
||||
;multiple-cursors ; editing in many places at once
|
||||
;rotate-text ; cycle region at point between text candidates
|
||||
;snippets ; my elves. They type so I don't have to
|
||||
snippets ; my elves. They type so I don't have to
|
||||
word-wrap ; soft wrapping with language-aware indent
|
||||
|
||||
:emacs
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"coc-css": ">=1.2.4",
|
||||
"coc-go": ">=0.10.0",
|
||||
"coc-css": ">=1.2.5",
|
||||
"coc-go": ">=0.11.0",
|
||||
"coc-html": ">=1.2.4",
|
||||
"coc-jest": ">=1.0.3",
|
||||
"coc-json": ">=1.2.6",
|
||||
"coc-jest": ">=1.0.4",
|
||||
"coc-json": ">=1.3.1",
|
||||
"coc-pairs": ">=1.2.21",
|
||||
"coc-python": ">=1.2.12",
|
||||
"coc-rust-analyzer": ">=0.7.16",
|
||||
"coc-tsserver": ">=1.5.1",
|
||||
"coc-rust-analyzer": ">=0.8.0",
|
||||
"coc-tsserver": ">=1.5.6",
|
||||
"coc-yaml": ">=1.0.5"
|
||||
}
|
||||
}
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user