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