浏览代码

update usage

Chris 4 年之前
父节点
当前提交
b23041f4d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,