mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-09-19 18:59:06 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4305f1131 | ||
|
|
4839507e05 | ||
|
|
f8ea1fe55f | ||
|
|
00c670d0e1 | ||
|
|
b0b09d49c8 | ||
|
|
8111aaf0ad | ||
|
|
f8f695ac64 | ||
|
|
1508e83271 |
@@ -27,6 +27,11 @@ set -U grcplugin_ls --color
|
||||
if test -x ~/.local/bin
|
||||
set PATH $PATH ~/.local/bin
|
||||
end
|
||||
# Local Rust apps installed through cargo
|
||||
if test -x ~/.cargo/bin
|
||||
set PATH $PATH ~/.cargo/bin
|
||||
end
|
||||
# Scripts from my dotfiles repo
|
||||
if test -x ~/.dot/dotfiles/bin
|
||||
set PATH $PATH ~/.dot/dotfiles/bin
|
||||
end
|
||||
|
||||
@@ -169,3 +169,9 @@ Wii
|
||||
gymkleding
|
||||
kutweer
|
||||
whoa
|
||||
bistrokrieltjes
|
||||
dumbbells
|
||||
naproxen
|
||||
nerden
|
||||
E-depot
|
||||
Carcassonne
|
||||
|
||||
@@ -432,10 +432,10 @@ Plug 'skanehira/preview-markdown.vim'
|
||||
let g:preview_markdown_vertical = 1
|
||||
|
||||
" Navigate through and from markdown files
|
||||
"Plug 'chmp/mdnav'
|
||||
Plug 'aquatix/mdnav', { 'branch': 'fixes' }
|
||||
" Only open these local files in vim, use pyfile for all others:
|
||||
let g:mdnav#Extensions = '.md, .MD, .markdown, .todo, .txt, .rst'
|
||||
" let g:mdnav#DebugMode = 'true'
|
||||
|
||||
|
||||
" wiki.vim
|
||||
|
||||
Reference in New Issue
Block a user