neovim new config
This commit is contained in:
parent
763bbf5cc1
commit
315e988734
50 changed files with 739 additions and 52 deletions
18
home/afoucaultc/packages/neovim/config/extraplugins.nix
Normal file
18
home/afoucaultc/packages/neovim/config/extraplugins.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# plugins non implémentés dans nixvim et/ou nixpkgs
|
||||
{ ... }:
|
||||
{
|
||||
# extraPlugins = [
|
||||
# HORS NIXVIM
|
||||
# pkgs.vimPlugins."<plugin name>"
|
||||
# HORS NIXPKGS
|
||||
#(pkgs.vimUtils.buildVimPlugin {
|
||||
# name = "myPlugin";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "<owner>";
|
||||
# repo = "<repo>";
|
||||
# rev = "<commit hash>";
|
||||
# hash = "<nix NAR hash>";
|
||||
# };
|
||||
#})
|
||||
#];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue