aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/profiles.lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-05-11 00:59:23 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-05-11 00:59:23 -0400
commit7ca6e531d23bd04cea259c76e8cf27e648cf701f (patch)
treed5ef826016b590db0d033597e99837f743fa6b67 /nvim/lua/profiles.lua
parent5a8a5d613981f279914fccaac25afb2bc0570adb (diff)
add emoji completitions, change showtabline
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 = {}