Skip to content

Commit 8b821c6

Browse files
committed
Fix some nvim errors and warnings
1 parent 08d1191 commit 8b821c6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

home/dot-exports

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export dockerclean='docker image prune -a --filter "until=12h"'
1212
export HALCONROOT=$HOME/MVTec/HALCON-22.11-Steady
1313
export HALCONARCH="x64-linux"
1414
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$HALCONROOT/lib/$HALCONARCH"
15+
export GOROOT=/usr/local/go-bin
1516

1617
# check if we are on OSX and then set CLICOLOR
1718
unamestr=`uname`

scripts/base_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function base_install() {
4646
pass \
4747
python3 \
4848
python3-pip \
49+
ripgrep \
4950
tmux \
5051
wget
5152

scripts/devcontainer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ print_details
1313

1414
apt_update
1515
apt_install \
16+
fd-find \
1617
fuse \
1718
lua5.4 \
1819
luarocks \
1920
pass \
2021
python3-venv \
2122
pipx \
23+
ripgrep \
2224
software-properties-common \
2325
stow \
2426
wget \

0 commit comments

Comments
 (0)