local vim = vim local Plug = vim.fn['plug#'] vim.call('plug#begin') Plug('preservim/nerdtree', { ['on'] = 'NERDTreeToggle' }) vim.call('plug#end')