feat(api): add nvim_get_option_value

This commit is contained in:
Gregory Anders
2021-10-11 22:09:08 -06:00
parent 7b910a1716
commit 71ac00ccb5
9 changed files with 193 additions and 121 deletions

View File

@@ -58,5 +58,8 @@ return {
"highlights";
"use_tabline";
};
option = {
"scope";
};
}