local Plug = vim.fn['plug#'] vim.call('plug#begin', '~/.config/nvim/.plugged') Plug 'jiangmiao/auto-pairs' Plug 'https://github.com/tpope/vim-commentary' Plug 'https://github.com/romainl/vim-cool' Plug 'nvim-tree/nvim-web-devicons' Plug 'junegunn/fzf.vim' vim.call('plug#end')