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.
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.
- Edit text areas in your web browser using Neovim.
- Lightweight and seamless integration.
- Retain all your Neovim configurations while working in the browser.
There are no specific keybindings required for Firenvim. Once activated, it will automatically detect text areas and open them in Neovim.
To use Firenvim effectively, you need to install its companion browser extension. This plugin bridges the gap between your browser and Neovim.
- Firenvim respects your existing Neovim configuration, including installed plugins and settings.
- Customize its behavior through Neovim's
firenvim
settings.
- Firenvim is ideal for those who want to bring their Neovim workflow into the browser.
- Explore Firenvim's documentation for advanced configurations.