home: vim: add 'autoload'
This commit is contained in:
parent
300e16dace
commit
d74aead9ae
3 changed files with 78 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
|||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"nvim/autoload" = {
|
||||
source = ./autoload;
|
||||
};
|
||||
|
||||
"nvim/ftdetect" = {
|
||||
source = ./ftdetect;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue