mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
decorations: allow nvim_set_hl to break existing links
also add `default` flag to NOT break existing links/defs
This commit is contained in:
@@ -58,6 +58,7 @@ typedef struct {
|
||||
|
||||
EXTERN kvec_t(DecorProvider) decor_providers INIT(= KV_INITIAL_VALUE);
|
||||
EXTERN DecorState decor_state INIT(= { 0 });
|
||||
EXTERN bool provider_active INIT(= false);
|
||||
|
||||
#define DECORATION_PROVIDER_INIT(ns_id) (DecorProvider) \
|
||||
{ ns_id, false, LUA_NOREF, LUA_NOREF, \
|
||||
|
Reference in New Issue
Block a user