1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: add ftplugin to nvim config

This commit is contained in:
oddlama 2023-09-05 00:53:53 +02:00
parent 645c85a1d9
commit 1d1a29889a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -6,8 +6,9 @@
};
xdg.configFile = {
"nvim/lua".source = ./lua;
"nvim/ftplugin".source = ./ftplugin;
"nvim/init.lua".source = ./init.lua;
"nvim/lua".source = ./lua;
};
# TODO NO! NO! all of this goes away