aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init
diff options
context:
space:
mode:
Diffstat (limited to 'vim/init')
-rw-r--r--vim/init/basic.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim
index c7043dd..37e0abf 100644
--- a/vim/init/basic.vim
+++ b/vim/init/basic.vim
@@ -59,6 +59,8 @@ set winaltkeys=no " Allow alt key for mapping
59set undofile 59set undofile
60set undodir=~/.vim/.undodir 60set undodir=~/.vim/.undodir
61 61
62set verbosefile=/tmp/nvim.log
63
62" Apply plugin and indent by filetype 64" Apply plugin and indent by filetype
63filetype plugin indent on 65filetype plugin indent on
64 66