✨ Added vim-fugitive and harpoon to nvim config
This commit is contained in:
parent
1aa13410f3
commit
25c98539b9
22 changed files with 449 additions and 384 deletions
|
|
@ -11,16 +11,16 @@ set +o noclobber
|
|||
|
||||
# define and create .sdrc file
|
||||
sdrc="$HOME/".sdrc
|
||||
if [[ ! -f "$sdrc" ]] ; then
|
||||
if [[ ! -f "$sdrc" ]]; then
|
||||
/usr/bin/touch "$sdrc"
|
||||
|
||||
fi
|
||||
|
||||
if [[ $# -gt 0 ]] ; then
|
||||
if [[ $# -gt 0 ]]; then
|
||||
sdoc="$1"
|
||||
else
|
||||
sdoc=""
|
||||
fi
|
||||
|
||||
echo 'export sdir='"$sdir" > "$sdrc"
|
||||
echo 'export sdoc='"$sdoc" >> "$sdrc"
|
||||
echo 'export sdir='"$sdir" >"$sdrc"
|
||||
echo 'export sdoc='"$sdoc" >>"$sdrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue