···4242-- Install plugins here
4343return packer.startup(function(use)
4444 -- My plugins here
4545- use "wbthomason/packer.nvim" -- Have packer manage itself
4646- use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
4747- use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins
4848- use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
4949- use "windwp/nvim-ts-autotag" -- Autotags, =
5050- use "numToStr/Comment.nvim" -- Easily comment stuff
4545+ use "wbthomason/packer.nvim" -- Have packer manage itself
4646+ use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
4747+ use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins
4848+ use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
4949+ use "windwp/nvim-ts-autotag" -- Autotags, =
5050+ use "numToStr/Comment.nvim" -- Easily comment stuff
5151 use "kyazdani42/nvim-web-devicons"
5252- use "kyazdani42/nvim-tree.lua"-- File explorer written in lua
5252+ use "kyazdani42/nvim-tree.lua" -- File explorer written in lua
5353 use "akinsho/bufferline.nvim"
5454 use "moll/vim-bbye"
5555 use "nvim-lualine/lualine.nvim"
···5858 use "folke/tokyonight.nvim"
59596060 -- cmp plugins
6161- use "hrsh7th/nvim-cmp" -- The completion plugin
6262- use "hrsh7th/cmp-buffer" -- buffer completions
6363- use "hrsh7th/cmp-path" -- path completions
6464- use "hrsh7th/cmp-cmdline" -- cmdline copletions
6565- use "saadparwaiz1/cmp_luasnip"-- snippet completions
6666- use "hrsh7th/cmp-nvim-lsp" -- LSP completions
6767- use "hrsh7th/cmp-nvim-lua" -- vim lua completions
6161+ use "hrsh7th/nvim-cmp" -- The completion plugin
6262+ use "hrsh7th/cmp-buffer" -- buffer completions
6363+ use "hrsh7th/cmp-path" -- path completions
6464+ use "hrsh7th/cmp-cmdline" -- cmdline copletions
6565+ use "saadparwaiz1/cmp_luasnip" -- snippet completions
6666+ use "hrsh7th/cmp-nvim-lsp" -- LSP completions
6767+ use "hrsh7th/cmp-nvim-lua" -- vim lua completions
68686969 -- snippets
7070- use "L3MON4D3/LuaSnip" -- snippet engine
7070+ use "L3MON4D3/LuaSnip" -- snippet engine
7171 use "rafamadriz/friendly-snippets" -- a bunch of snippets to use
72727373 -- LSP
7474- use "neovim/nvim-lspconfig" -- enable LSP
7474+ use "neovim/nvim-lspconfig" -- enable LSP
7575 use "williamboman/nvim-lsp-installer" -- simple to use language server installer
7676 use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters
7777 use "jose-elias-alvarez/nvim-lsp-ts-utils" -- typescript dev utils
7878 -- Language specific plugins (doesn't depend on nvim-lspconfg)
7979- use "akinsho/flutter-tools.nvim" -- flutter
7979+ use "akinsho/flutter-tools.nvim" -- flutter
80808181 -- Telescope
8282 use "nvim-telescope/telescope.nvim"