test
This commit is contained in:
parent
71cb981dac
commit
8d8ff91fd5
1 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Link the nvchad files to my homedir
|
||||||
|
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
||||||
|
xdg.dataFile.nvim = {
|
||||||
|
enable = true;
|
||||||
|
recursive = true;
|
||||||
|
source = "${pkgs.vimPlugins.nvchad}";
|
||||||
|
target = ".config/nvim";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
# plugins = with pkgs.vimPlugins; [
|
# plugins = with pkgs.vimPlugins; [
|
||||||
|
|
Loading…
Reference in a new issue