How can I keep gx functionality without netrw

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvim-tree.lua

    A file explorer tree for neovim written in lua

  • So I just noticed that nvim-tree.lua disables netrw by default, which I kinda like because netrw is not that great. However, one thing that I do use a lot is gx (for opening the URL under my cursor in my web browser), which is provided by netrw. How could I keep (or replicate) the functionality of gx without netrw?

  • Vim

    The official Vim repository

  • " disable netrw loading and replace broken link opening https://github.com/vim/vim/issues/4738 let g:loaded_netrw = 1 let g:loaded_netrwPlugin = 1 nnoremap gx :execute 'silent! !xdg-open ' . shellescape(expand(''), 1)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • open-browser.vim

    Open URI with your favorite browser from your most favorite editor

  • You can install this small plugin that can do just that: https://github.com/tyru/open-browser.vim

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • single yank and multiple pastes over selection

    3 projects | /r/vim | 1 Mar 2023
  • Text editor suggestions to replace Atom.

    2 projects | /r/learnprogramming | 4 Dec 2022
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • Let's See Your Terminal

    2 projects | dev.to | 16 Apr 2024
  • Neovim

    1 project | news.ycombinator.com | 9 Mar 2024