Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 383 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 383 Bytes

My personal nvim config

Overview

Installation

NixOS Flake

Add this repo to the flake inputs,

inputs = {
    ...
    myNvim.url = "github:mewoocat/nvim-nvf";
    ...
};

Then add inputs.myNvim.packages.x86_64-linux.default to your packages

Nix Profile

TODO

Usage

nvim