mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 12:34:28 +02:00
add: prisma default config
This commit is contained in:
parent
14284a94ca
commit
ef97b8b1bc
5 changed files with 35 additions and 12 deletions
|
@ -45,7 +45,7 @@ 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.disable_null_ls = true
|
||||
|
||||
pcode.treesitter_ensure_installed = {}
|
||||
pcode.tscontext = false
|
||||
|
@ -167,6 +167,7 @@ pcode.active_javascript_config = {
|
|||
jest_command = "npm test -- ",
|
||||
jest_config = "jest.config.mjs",
|
||||
}
|
||||
pcode.active_prisma_config = true
|
||||
pcode.active_php_config = false
|
||||
pcode.active_golang_config = false
|
||||
pcode.active_python_config = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue