mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: add default config for rust
This commit is contained in:
parent
01af4a3a1d
commit
ebe7697c5e
4 changed files with 136 additions and 5 deletions
|
@ -60,7 +60,6 @@ pcode.lspghost_text = false
|
|||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||
pcode.mason_ensure_installed = { -- sebelumnya register_lsp
|
||||
-- "yamlls",
|
||||
-- "intelephense",
|
||||
-- tambahkan di bawah sini setelah melakukan :masoninstall
|
||||
}
|
||||
pcode.unregister_lsp = {
|
||||
|
@ -163,3 +162,5 @@ pcode.jest_command = "npm test -- "
|
|||
pcode.jest_config = "jest.config.mjs"
|
||||
-- https://github.com/fredrikaverpil/neotest-golang
|
||||
pcode.gotest = false
|
||||
|
||||
pcode.acive_rust_config = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue