Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 550 Bytes

File metadata and controls

23 lines (17 loc) · 550 Bytes

nvim-config

wakatime Neovim config

Install Instructions

Open this config with nix:

nix run github:RisGar/nvim-config

Or use it as an input for your flake:

inputs = {
    nvim-config = {
      url = "github:RisGar/nvim-config";
      inputs.nixpkgs.follows = "nixpkgs";
    };
};