home: vim: add 'autoload'

This commit is contained in:
Bruno BELANYI 2021-02-23 15:08:33 +00:00
parent 300e16dace
commit d74aead9ae
3 changed files with 78 additions and 0 deletions

View file

@ -47,6 +47,10 @@
};
xdg.configFile = {
"nvim/autoload" = {
source = ./autoload;
};
"nvim/ftdetect" = {
source = ./ftdetect;
};