diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:37:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:37:05 +0530 |
| commit | c69a505caac996f78b7b010dcc563672cb5a6019 (patch) | |
| tree | 04c710e2debb3775935faa88afff4136d0c94cc8 | |
| parent | 98bef4da05c50b9dbf0e0467df54d34947e4b1ae (diff) | |
| download | nixos-config-c69a505caac996f78b7b010dcc563672cb5a6019.tar.gz nixos-config-c69a505caac996f78b7b010dcc563672cb5a6019.zip | |
Adds back neovim config
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | config/nvim | 0 | ||||
| -rw-r--r-- | home.nix | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b1525f6..30a9e30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "packages/anypinentry/source"] path = packages/anypinentry/source url = git@github.com:phenax/any-pinentry.git +[submodule "config/nvim"] + path = config/nvim + url = https://github.com/phenax/peepeepoopoo-nvim-config.git diff --git a/config/nvim b/config/nvim new file mode 160000 +Subproject 1e0bc1f27c4290a873ec930b14cc22525f2e30e @@ -20,6 +20,7 @@ in { home.file = { ".config/dunst".source = ./config/dunst; ".config/lf".source = ./config/lf; + ".config/nvim".source = ./config/nvim; ".config/qutebrowser".source = ./config/qutebrowser; ".local/share/qutebrowser/userscripts".source = ./config/qutebrowser/userscripts; ".local/share/qutebrowser/greasemonkey".source = ./config/qutebrowser/greasemonkey; |
