-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Not creating directory symbolic #176
Comments
This is expected behavior, and there is an option to disable it. Either specify nvim = {type = "symbolic", target = "~/.config/nvim", recurse = false} to disable for a specific folder. Leaving this open for now as a reminder to self:
|
Error:
global.toml:
|
You're right. I've started work on moving it to the part of the code that reads from global.toml Encountered a weird problem when moving between recursive and non recursive dir, ill work on it later |
Environment
Description
nvim = "~/.config/nvim"
in config instead of creating a directory symlink it creates foldernvim
and symlinks every individual files ofnvim/
directory. now if i create any new files or incase application creates any new config on their respective config directory, it won't store that new config on the.dotfiles/nvim
directory.Reproduction
global.toml
local.toml
file structure:
Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: