1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-07 04:29:30 +00:00
This commit is contained in:
Rae 5e 2025-06-05 16:55:39 -04:00
parent 4a2ee1ef10
commit d5a3f52bad
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -15,7 +15,6 @@
vim-sleuth # Indentation detection
vim-wakatime # Wakatime support
];
# TODO make path agnostic
extraLuaConfig = builtins.readFile /home/rae/.dotfiles/configs/neovim.lua;
extraLuaConfig = builtins.readFile ../../configs/neovim.lua;
};
}