this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

stylua fixes my comment spacings... :(

+17 -17
+17 -17
lua/user/plugins.lua
··· 42 42 -- Install plugins here 43 43 return packer.startup(function(use) 44 44 -- My plugins here 45 - use "wbthomason/packer.nvim" -- Have packer manage itself 46 - use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim 47 - use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins 48 - use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter 49 - use "windwp/nvim-ts-autotag" -- Autotags, = 50 - use "numToStr/Comment.nvim" -- Easily comment stuff 45 + use "wbthomason/packer.nvim" -- Have packer manage itself 46 + use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim 47 + use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins 48 + use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter 49 + use "windwp/nvim-ts-autotag" -- Autotags, = 50 + use "numToStr/Comment.nvim" -- Easily comment stuff 51 51 use "kyazdani42/nvim-web-devicons" 52 - use "kyazdani42/nvim-tree.lua"-- File explorer written in lua 52 + use "kyazdani42/nvim-tree.lua" -- File explorer written in lua 53 53 use "akinsho/bufferline.nvim" 54 54 use "moll/vim-bbye" 55 55 use "nvim-lualine/lualine.nvim" ··· 58 58 use "folke/tokyonight.nvim" 59 59 60 60 -- cmp plugins 61 - use "hrsh7th/nvim-cmp" -- The completion plugin 62 - use "hrsh7th/cmp-buffer" -- buffer completions 63 - use "hrsh7th/cmp-path" -- path completions 64 - use "hrsh7th/cmp-cmdline" -- cmdline copletions 65 - use "saadparwaiz1/cmp_luasnip"-- snippet completions 66 - use "hrsh7th/cmp-nvim-lsp" -- LSP completions 67 - use "hrsh7th/cmp-nvim-lua" -- vim lua completions 61 + use "hrsh7th/nvim-cmp" -- The completion plugin 62 + use "hrsh7th/cmp-buffer" -- buffer completions 63 + use "hrsh7th/cmp-path" -- path completions 64 + use "hrsh7th/cmp-cmdline" -- cmdline copletions 65 + use "saadparwaiz1/cmp_luasnip" -- snippet completions 66 + use "hrsh7th/cmp-nvim-lsp" -- LSP completions 67 + use "hrsh7th/cmp-nvim-lua" -- vim lua completions 68 68 69 69 -- snippets 70 - use "L3MON4D3/LuaSnip" -- snippet engine 70 + use "L3MON4D3/LuaSnip" -- snippet engine 71 71 use "rafamadriz/friendly-snippets" -- a bunch of snippets to use 72 72 73 73 -- LSP 74 - use "neovim/nvim-lspconfig" -- enable LSP 74 + use "neovim/nvim-lspconfig" -- enable LSP 75 75 use "williamboman/nvim-lsp-installer" -- simple to use language server installer 76 76 use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters 77 77 use "jose-elias-alvarez/nvim-lsp-ts-utils" -- typescript dev utils 78 78 -- Language specific plugins (doesn't depend on nvim-lspconfg) 79 - use "akinsho/flutter-tools.nvim" -- flutter 79 + use "akinsho/flutter-tools.nvim" -- flutter 80 80 81 81 -- Telescope 82 82 use "nvim-telescope/telescope.nvim"