diff options
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) |