diff options
author | Chris <[email protected]> | 2021-03-28 14:53:00 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-28 14:53:00 -0400 |
commit | b23041f4d9123bf3330236ff11435cff3c942530 (patch) | |
tree | 75d815ee0631abf9d069766099356f5fb9a232af | |
parent | 5268264891098591af05cdfdf957bd7257cfc4d0 (diff) |
update usage
-rw-r--r-- | lua/nv-globals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua index 873a8994..845eccbd 100644 --- a/lua/nv-globals.lua +++ b/lua/nv-globals.lua @@ -4,7 +4,7 @@ O = { colorscheme = 'nvcode', python = { linter = '', - -- @usage can be 'yapf' + -- @usage can be 'yapf', 'black' formatter = '', autoformat = false, isort = false, |