mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
enc: update default config ts rust
This commit is contained in:
parent
ebe7697c5e
commit
66d401335e
4 changed files with 23 additions and 6 deletions
|
@ -42,6 +42,8 @@ pcode.show_mode = 3
|
|||
pcode.format_on_save = 1
|
||||
pcode.format_timeout_ms = 5000
|
||||
|
||||
pcode.treesitter_ensure_installed = {}
|
||||
|
||||
-- ini hanya untuk lsp yg tidak support masson
|
||||
-- untuk referesi support language kunjungi link dibawah
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||
|
@ -163,4 +165,4 @@ pcode.jest_config = "jest.config.mjs"
|
|||
-- https://github.com/fredrikaverpil/neotest-golang
|
||||
pcode.gotest = false
|
||||
|
||||
pcode.acive_rust_config = false
|
||||
pcode.acive_rust_config = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue