diff options
author | Chris <[email protected]> | 2021-03-28 03:58:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-28 03:58:56 -0400 |
commit | dae4864d45645aaddfe20f9dbb940a3a0bc81efa (patch) | |
tree | ee4a45a9e27a620154918281f0487d321b004f7d /nv-settings.lua | |
parent | edc640c50fe3d8f1378576c2bdb14b5c6e8140d5 (diff) |
add @usage to fields
Diffstat (limited to 'nv-settings.lua')
-rw-r--r-- | nv-settings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nv-settings.lua b/nv-settings.lua index a77e25c0..9d8c2ded 100644 --- a/nv-settings.lua +++ b/nv-settings.lua @@ -34,3 +34,5 @@ O.tsserver.autoformat = true -- json O.json.autoformat = true + +-- create custom autocommand field (This would be easy with lua) |