Alpha Chen 4 weeks ago
parent bfbf7821f4
commit 7a868f112b
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

4
.gitmodules vendored

@ -155,3 +155,7 @@
path = .local/share/nvim/site/pack/alpha/start/dispatch
url = https://github.com/tpope/vim-dispatch.git
branch = master
[submodule "mini.align"]
path = .local/share/nvim/site/pack/alpha/start/mini-align
url = https://github.com/echasnovski/mini.align.git
branch = main

@ -0,0 +1 @@
Subproject commit e715137aece7d05734403d793b8b6b64486bc812

@ -160,6 +160,10 @@ tat() {
tmux new-session -As $name
}
# https://scriptingosx.com/2017/04/on-viewing-man-pages/
function xman() { open x-man-page://$@ ; }
function nman() { man $@ | col -bx | nvim -R - }
# https://docs.brew.sh/Shell-Completion
if type brew &>/dev/null; then
FPATH=${HOMEBREW_PREFIX:+$HOMEBREW_PREFIX/share/zsh/site-functions:${FPATH}}

Loading…
Cancel
Save