summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-14 23:02:29 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-14 23:02:29 +0100
commitb1826c4d6c9a9848190c8a541e6e8b4a0ee60ac9 (patch)
tree0ab8629d8350ec794ffcb44e5b8282f71b721e1c
parent7e16c4cad81b21656cc42c920f94d732dbf950ff (diff)
Update comments on plugins and installer
-rw-r--r--lua/installer.lua2
-rw-r--r--lua/plugins.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/installer.lua b/lua/installer.lua
index c31acaa..96e9f57 100644
--- a/lua/installer.lua
+++ b/lua/installer.lua
@@ -1,4 +1,4 @@
--- Neovim packer installer.
+-- Plugin installer using packer..
local fn = vim.fn
local plugins = require("plugins")
diff --git a/lua/plugins.lua b/lua/plugins.lua
index af1f590..64447a0 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -1,4 +1,4 @@
--- Neovim plugins
+-- List of plugins
return {
{ "wbthomason/packer.nvim" }, -- Have packer manage itself