nixpkgs/pkgs/applications/editors/neovim
birdee 7c2fe32578 neovim: fix ruby provider warning
Fixing this warning from checkhealth

provider.ruby: require("provider.ruby.health").check()

Ruby provider (optional) ~
- Ruby: ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]
- Host: /nix/store/l354hgiahcjd81qazlc870104i26lm9b-neovim-0.10.2birdeevim/bin/birdeeVim-ruby
- OK Latest "neovim" gem is installed: /home/birdee/.local/share/gem/ruby/3.3.0/gems/neovim-0.10.0/lib/neovim/connection.rb:1: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
  You can add logger to your Gemfile or gemspec to silence this warning.
  0.10.0

steps taken:

added `gem 'logger'` to Gemfile

ran the following on the directory

nix run --no-write-lock-file github:BirdeeHub/neovim_ruby_updater
2024-11-21 05:14:20 -08:00
..
gnvim treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ruby_provider neovim: fix ruby provider warning 2024-11-21 05:14:20 -08:00
tests neovim: add a checkPhase in the wrapper 2024-11-15 19:47:31 +01:00
build-neovim-plugin.nix buildNeovimPlugin: pass a derivation to luaAttr (#343564) 2024-09-22 20:01:56 +02:00
to-nvim-treesitter-grammar.sh neovimUtils: make installing queries in treesitter grammars optional 2024-10-03 11:11:57 +02:00
utils.nix neovimUtils.grammarToPlugin: improve error message on invalid grammarPlugins 2024-11-18 12:25:39 -08:00
wrapper.nix neovim-node-client: init at 5.3.0 (#317333) 2024-11-18 23:23:15 +01:00