Browse Source

update usage

Chris 4 years ago
parent
commit
b23041f4d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/nv-globals.lua

+ 1 - 1
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,