blob: 79aeead2053c56269175c3d9e0ced12f5ddb8c9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include "nvim/api/keysets.h"
#include "nvim/api/private/defs.h"
#include "nvim/option.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/options.h.generated.h"
#endif
|