mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 12:34:28 +02:00
enc: update format on save flow
This commit is contained in:
parent
2486c9e49e
commit
77ec605527
3 changed files with 114 additions and 137 deletions
|
@ -38,8 +38,8 @@ pcode.progress = 1
|
|||
-- 4 = off
|
||||
pcode.show_mode = 3
|
||||
|
||||
-- 1 ( format jalan) 0 (fromat off)
|
||||
pcode.format_on_save = 1
|
||||
-- true or false
|
||||
pcode.format_on_save = true
|
||||
pcode.format_timeout_ms = 5000
|
||||
|
||||
-- https://github.com/mfussenegger/nvim-lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue