diff options
author | sefidel <contact@sefidel.net> | 2023-10-01 20:58:43 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-01 20:58:43 +0900 |
commit | 9805575ca35b2c1519e363309a9965bc56bb26a0 (patch) | |
tree | a7b3d2749659e15bf3dc41a66943c035d294996b /.gitignore | |
parent | 22476d08ae70f91bfd5fed6cead99f5a7b8e011d (diff) | |
download | nvimrc-9805575ca35b2c1519e363309a9965bc56bb26a0.tar.gz nvimrc-9805575ca35b2c1519e363309a9965bc56bb26a0.zip |
chore: remove 'plugins' from gitignore
This commit removes the 'plugins' folder from gitignore since the package manager which generates this folder, packer, is now replaced with lazy.nvim.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8cb205e..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -plugin |