mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
Merge pull request #18528 from lewis6991/setwinopt
feat(api): add `win` and `buf` to `nvim_set_option_value`
This commit is contained in:
@@ -85,6 +85,8 @@ return {
|
||||
};
|
||||
option = {
|
||||
"scope";
|
||||
"win";
|
||||
"buf";
|
||||
};
|
||||
highlight = {
|
||||
"bold";
|
||||
|
Reference in New Issue
Block a user