mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add alternative formatter & linter conform and nvim-lint
This commit is contained in:
parent
98a141b4b5
commit
2486c9e49e
5 changed files with 195 additions and 5 deletions
|
@ -42,6 +42,11 @@ pcode.show_mode = 3
|
|||
pcode.format_on_save = 1
|
||||
pcode.format_timeout_ms = 5000
|
||||
|
||||
-- https://github.com/mfussenegger/nvim-lint
|
||||
-- https://github.com/stevearc/conform.nvim
|
||||
-- use conform and nvim-lint if set true
|
||||
pcode.disable_null_ls = false
|
||||
|
||||
pcode.treesitter_ensure_installed = {}
|
||||
|
||||
-- ini hanya untuk lsp yg tidak support masson
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue