mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-25 23:40:40 +00:00
add undodir
This commit is contained in:
parent
bcb5298353
commit
d1f5802282
1
Makefile
1
Makefile
@ -82,6 +82,7 @@ sublime:
|
||||
|
||||
vim:
|
||||
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
|
||||
mkdir -p ~/.vim/undodir
|
||||
git submodule update --init -- vim/.vim/bundle
|
||||
stow -t "$$HOME" vim
|
||||
|
||||
|
@ -9,6 +9,8 @@ set smarttab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
set undofile
|
||||
set undodir=~/.vim/undodir
|
||||
|
||||
set nrformats-=octal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user