aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/profiles.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/profiles.lua')
-rw-r--r--nvim/lua/profiles.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/lua/profiles.lua b/nvim/lua/profiles.lua
index f797a3a..eefc862 100644
--- a/nvim/lua/profiles.lua
+++ b/nvim/lua/profiles.lua
@@ -14,6 +14,8 @@ local getDefaultmetatable = {
}
-- Create a table for each machine with a default value
+-- @param default the default value for each profile
+-- @return a table with each machine as a key and a default
-- current machines: nest, Goose.local
M.createProfiles = function(default)
local profiles = {}