7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
nvim \
|
||
|
-c 'silent setlocal nobuflisted buftype=nofile bufhidden=wipe noswapfile' \
|
||
|
"$@" \
|
||
|
-
|