rename rvim (ranomier vim) to pvim (portable vim)
This commit is contained in:
parent
6eb3428ff1
commit
d5cb066e1e
1 changed files with 10 additions and 0 deletions
10
pvim
Executable file
10
pvim
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
VIM_DIR="$SCRIPT_DIR""/apps/nvim-linux64"
|
||||
VIM_BIN="$VIM_DIR""/bin/nvim"
|
||||
CONFIG_DIR="$SCRIPT_DIR""/config"
|
||||
|
||||
|
||||
$VIM_BIN -u "$CONFIG_DIR""/nvimrc"
|
Loading…
Add table
Reference in a new issue