Skip to content

Latest commit

Β 

History

History
Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 

README.md

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.