return require("packer").startup(function(use) use "wbthomason/packer.nvim" use "tpope/vim-fugitive" -- NERDtree use "preservim/nerdtree" use "ryanoasis/vim-devicons" use "tiagofumo/vim-nerdtree-syntax-highlight" -- Style use "https://git.hampusmat.com/ayu-vim" use {"RRethy/vim-hexokinase", run = "make hexokinase"} use "vim-airline/vim-airline" use "lukas-reineke/indent-blankline.nvim" -- Coc -- use {"neoclide/coc.nvim", branch = "release"} use { "https://github.com/HampusMat/coc.nvim", run = "yarn install --frozen-lockfile" } -- Navigation use "christoomey/vim-tmux-navigator" -- Fzf use "junegunn/fzf" use "junegunn/fzf.vim" -- Formatting use "rhysd/vim-clang-format" -- Markdown use "preservim/vim-markdown" use {"iamcco/markdown-preview.nvim", run = "cd app && yarn install"} -- Formatting use "alx741/vim-rustfmt" end)