aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init/basic.vim
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-08-11 23:37:05 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-08-11 23:37:05 +0800
commit06a0203ac90f21506d6f994915e19a2bdd82f50b (patch)
tree13d7cefb7561a30a2a9112754bb38318940895b0 /vim/init/basic.vim
parentedd7d74a4f91e396497bfde7a6b35e97027a2295 (diff)
Update
Diffstat (limited to 'vim/init/basic.vim')
-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