6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ./config.sh
|
|
|
|
exec nvim --server $LOCAL_SOCK --remote-ui
|