From 86f87e1ed8e170cd5fd61314decac9ef7d3ea886 Mon Sep 17 00:00:00 2001 From: BoilingSoup <84747244+BoilingSoup@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:46:45 -0800 Subject: [PATCH] fix typo --- lua/user/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 2aa1f93..845ad42 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -43,7 +43,7 @@ return packer.startup(function(use) -- My plugins here use "wbthomason/packer.nvim" -- Have packer manage itself use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim - use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins + use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter use "numToStr/Comment.nvim" -- Easily comment stuff use "kyazdani42/nvim-web-devicons"