|
|
@@ -52,6 +52,9 @@ for f in os.listdir('.'):
|
|
|
for f in filenames:
|
|
|
link_file(prefix + 'dotfiles/' + dirpath + '/' + f, '../.' + dirpath + '/' + f)
|
|
|
|
|
|
+# config/nvim is skipped because we ignore dirs from os.walk
|
|
|
+link_file('../dotfiles/vim', '../.config/nvim')
|
|
|
+
|
|
|
vim_swap = '../.vim_swap'
|
|
|
if os.path.exists(vim_swap):
|
|
|
print 'No need to create', vim_swap
|