nvim: fix minor lua dot profile mistake
This commit is contained in:
parent
c423d2a5f8
commit
fe67879a1f
@ -34,6 +34,6 @@ M.profile_table = {
|
|||||||
SLIM = 40,
|
SLIM = 40,
|
||||||
MINIMAL = 10,
|
MINIMAL = 10,
|
||||||
}
|
}
|
||||||
M.dotprofile = M.profile_table[os.getenv("SYSTEM_PROFILE")] or profile_table.SLIM
|
M.dotprofile = M.profile_table[os.getenv("SYSTEM_PROFILE")] or M.profile_table.SLIM
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user