/BetterGx.nvim

A better gx command in neovim

Primary LanguageLuaThe UnlicenseUnlicense

BetterGx.nvim

This simple plugin improves the gx which opens a URL in neovim.

Example Config:

return {
  'TobinPalmer/BetterGX.nvim',
  keys = {
    { 'gx', '<CMD>lua require("better-gx").BetterGx()<CR>' },
  },
}

Inspiration

This plugin was inspired by vim-better-gx but is implemented in lua.