Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.8 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.8 KB

Firenvim Plugin

This module integrates the Firenvim plugin into your Neovim setup, allowing you to use Neovim directly in your web browser. It's a seamless way to edit text areas in browsers with the power of Neovim.


🛠️ Usage

Firenvim does not require any additional inputs. To enable it, simply include the following in your Nix configuration:

# Add to your Nix configuration
modules.imports = [
  inputs.nvix.nvixModules.utils
  inputs.nvix.nvixModules.firenvim
];

Note: The utils module is required to ensure functionality.


🔑 Features

  • Edit text areas in your web browser using Neovim.
  • Lightweight and seamless integration.
  • Retain all your Neovim configurations while working in the browser.

🔑 Keybindings

There are no specific keybindings required for Firenvim. Once activated, it will automatically detect text areas and open them in Neovim.


🔌 Browser Plugin Required

To use Firenvim effectively, you need to install its companion browser extension. This plugin bridges the gap between your browser and Neovim.


📋 Additional Notes

  • Firenvim respects your existing Neovim configuration, including installed plugins and settings.
  • Customize its behavior through Neovim's firenvim settings.

📷 Preview

Image


🔗 Additional Notes

  • Firenvim is ideal for those who want to bring their Neovim workflow into the browser.
  • Explore Firenvim's documentation for advanced configurations.