mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-31 08:04:53 +02:00
Update lv-config.example-no-ts.lua
This commit is contained in:
parent
e3fb747131
commit
21a174faac
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue