From 7ca6e531d23bd04cea259c76e8cf27e648cf701f Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 11 May 2024 00:59:23 -0400 Subject: add emoji completitions, change showtabline --- nvim/lua/profiles.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nvim/lua/profiles.lua') 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 = {} -- cgit v1.2.3