From 7f0817a02d0f7a1f2c3250a8011e176dd13d9748 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 11 Oct 2024 14:07:41 -0500 Subject: fix(nvim): fix checkhealth warnings --- nvim/.config/nvim/lua/tobyvin/options.lua | 1 + sh/.config/profile.d/20-ruby.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/tobyvin/options.lua b/nvim/.config/nvim/lua/tobyvin/options.lua index 41c6bbe..044cc14 100644 --- a/nvim/.config/nvim/lua/tobyvin/options.lua +++ b/nvim/.config/nvim/lua/tobyvin/options.lua @@ -1,5 +1,6 @@ vim.g.mapleader = " " vim.g.maplocalleader = vim.g.mapleader +vim.g.loaded_perl_provider = 0 vim.opt.background = "dark" vim.opt.breakindent = true diff --git a/sh/.config/profile.d/20-ruby.sh b/sh/.config/profile.d/20-ruby.sh index 5ed6da2..9d101c4 100644 --- a/sh/.config/profile.d/20-ruby.sh +++ b/sh/.config/profile.d/20-ruby.sh @@ -2,6 +2,6 @@ if command -v ruby >/dev/null && command -v gem >/dev/null; then GEM_USER_DIR="$(ruby -r rubygems -e 'puts Gem.user_dir')" - [ -d "$GEM_USER_DIR" ] && prepend_path "$GEM_USER_DIR" + [ -d "$GEM_USER_DIR"/bin ] && prepend_path "$GEM_USER_DIR"/bin export PATH fi -- cgit v1.2.3-70-g09d2