]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Adds vim-auto-save and drops TODO
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Oct 2016 21:59:39 +0000 (18:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Oct 2016 21:59:39 +0000 (18:59 -0300)
.gitmodules
TODO.md [deleted file]
vim.dot.link/bundle/vim-auto-save [new submodule]
vimrc.dot.link

index f94074a0b13812e66df8b5db9794d6e3058695e5..c1fd3e93c7a999be0d04d602e16f817d010daec3 100644 (file)
@@ -58,3 +58,6 @@
 [submodule "vim.dot.link/bundle/vim-session"]
        path = vim.dot.link/bundle/vim-session
        url = https://github.com/xolox/vim-session
+[submodule "vim.dot.link/bundle/vim-auto-save"]
+       path = vim.dot.link/bundle/vim-auto-save
+       url = https://github.com/vim-scripts/vim-auto-save
diff --git a/TODO.md b/TODO.md
deleted file mode 100644 (file)
index 5eaf320..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,6 +0,0 @@
-TODO
-====
-
-* Fix autoread.
-* Consider https://github.com/vim-scripts/vim-auto-save 
-* Consider https://github.com/tpope/vim-obsession
diff --git a/vim.dot.link/bundle/vim-auto-save b/vim.dot.link/bundle/vim-auto-save
new file mode 160000 (submodule)
index 0000000..1685175
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1685175183d160879ebcf231cd4c96b1b8a5a5c9
index 7815c7f6ae6957ef1c462a5b4b6a20a6e20362ae..8a96f641416e6f0667605b6ce3f6afef1ee7e26f 100644 (file)
@@ -230,3 +230,7 @@ let g:session_autosave_silent=1
 let g:session_autosave='yes'
 let g:session_autoload='no'
 let NERDTreeMinimalUI=1
+
+" Autosave
+" See https://github.com/vim-scripts/vim-auto-save
+let g:auto_save = 1