diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-08-11 23:37:05 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-08-11 23:37:05 +0800 |
commit | 06a0203ac90f21506d6f994915e19a2bdd82f50b (patch) | |
tree | 13d7cefb7561a30a2a9112754bb38318940895b0 /vim | |
parent | edd7d74a4f91e396497bfde7a6b35e97027a2295 (diff) |
Update
Diffstat (limited to 'vim')
-rw-r--r-- | vim/init/basic.vim | 2 |
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 | |||
59 | set undofile | 59 | set undofile |
60 | set undodir=~/.vim/.undodir | 60 | set undodir=~/.vim/.undodir |
61 | 61 | ||
62 | set verbosefile=/tmp/nvim.log | ||
63 | |||
62 | " Apply plugin and indent by filetype | 64 | " Apply plugin and indent by filetype |
63 | filetype plugin indent on | 65 | filetype plugin indent on |
64 | 66 | ||