TobinPalmer / BetterGx.nvim

A better gx command in neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A better gx command in neovim

License:The Unlicense


Languages

Language:Lua 100.0%