Update lv-config.example-no-ts.lua

This commit is contained in:
Abouzar Parvan 2021-07-12 05:58:52 +00:00 committed by GitHub
parent e3fb747131
commit 21a174faac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,13 @@ O.treesitter.highlight.enabled = true
O.lang.python.isort = true
O.lang.python.diagnostics.virtual_text = true
O.lang.python.analysis.use_library_code_types = true
-- to change default formatter from yapf to black
-- O.lang.python.formatter.exe = "black"
-- O.lang.python.formatter.args = {"-"}
-- go
-- to change default formatter from gofmt to goimport
-- O.lang.formatter.go.exe = "goimport"
-- javascript
O.lang.tsserver.linter = nil