Skip to content

elythh/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElythVim

Warning

Forked from Lalit64

💤 Lazy plugin management

This configuration uses lazy.nvim to manage plugins.

📦 Install

  • This is not meant to be used without nix, but I am pretty sure it works ok.

Warning

Make sure you don't have neovim or vim installed

Note

This installs an instance of neovim with all the plugins and config built

  1. In your flake.nix
{
  inputs = {
    neovim.url = "git+ssh://git@github.com/elythh/nvim.git";
    neovim.inputs.nixpkgs.follows = "nixpkgs";
  }
}
  1. Use the home-manager module by including it in the imports like this:
imports = [
  inputs.neovim.homeModules.default
  { nvim.enable = true }
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published