-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
First of all, thank you for this tool. I've been using it for more than a year and recommend it to all my colleagues 👍
After all this time, however, it's not entirely clear to me how to track the configuration file neovim, which is located in ~/.config/nvim/init.vim.
I can add the file using the command dotfiles --add ~/.config/nvim/init.vim. This adds a init.vim file in the ~/Dotfiles folder. However, when I pull the repo in a different machine and sync, dotfiles is not copying the init.vim in the new machine. I always have to manually cp-ing it.
I read the documentation and tried a few things, but nothing seems to solve my problem. What am I missing?
Reactions are currently unavailable