每當我關注我的MacVim窗口時,它會凍結幾秒鐘。看起來這是由於NERDTree刷新它的根節點(它打印NERDTree: Refreshing root node. This could take a while... DONE) 由於我經常切換進出MacVim,所以這非常煩人並且減慢了我的工作流程。有沒有配置NERDTree不會自動執行此操作的方法? 編輯:我使用劍鋒
運行作爲解決的問題Why does vim not obey my expandtab in python files?描述的問題,我已經加入這個我的vimrc: let g:use_tabs = 1
let g:indent_width = 4
let g:tab_width = 4
function! SetIndent()
if g:use_tabs
set n