diff options
author | Uzaaft <[email protected]> | 2021-07-11 10:42:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-11 13:12:55 +0430 |
commit | 457d4ca244f30eed5615b9c65be3a6187b120ec3 (patch) | |
tree | 6130b78350d641f0d447b59b053c70381d6887c6 /utils/installer/lv-config.example.lua | |
parent | afe079d821f39763aa46990234a0699fb3ba5fc3 (diff) |
MISC: Typo fix, and --@usage for python and rust (#795)
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 30613b5a..93b69dcd 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -32,7 +32,7 @@ O.treesitter.ignore_install = { "haskell" } O.treesitter.highlight.enabled = true -- python --- O.python.linter = 'flake8' +-- O.lang.python.linter = 'flake8' O.lang.python.isort = true O.lang.python.diagnostics.virtual_text = true O.lang.python.analysis.use_library_code_types = true |