disable rust_analyzer
This commit is contained in:
parent
521a481e71
commit
5f6957f137
1 changed files with 28 additions and 28 deletions
|
@ -19,34 +19,34 @@ return {
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
mason = false,
|
mason = false,
|
||||||
},
|
},
|
||||||
rust_analyzer = {
|
-- rust_analyzer = {
|
||||||
mason = false,
|
-- mason = false,
|
||||||
-- settings = {
|
-- settings = {
|
||||||
-- ["rust-analyzer"] = {
|
-- ["rust-analyzer"] = {
|
||||||
-- -- rustfmt = {
|
-- -- rustfmt = {
|
||||||
-- -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
-- -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
||||||
-- -- },
|
-- -- },
|
||||||
-- imports = {
|
-- imports = {
|
||||||
-- granularity = {
|
-- granularity = {
|
||||||
-- group = "module",
|
-- group = "module",
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
-- cargo = {
|
-- cargo = {
|
||||||
-- buildScripts = {
|
-- buildScripts = {
|
||||||
-- enable = false,
|
-- enable = false,
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
-- files = {
|
-- files = {
|
||||||
-- excludeDirs = {
|
-- excludeDirs = {
|
||||||
-- "pe-template",
|
-- "pe-template",
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
-- procMacro = {
|
-- procMacro = {
|
||||||
-- enable = true,
|
-- enable = true,
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
},
|
-- },
|
||||||
tailwindcss = {
|
tailwindcss = {
|
||||||
init_options = {
|
init_options = {
|
||||||
userLanguages = {
|
userLanguages = {
|
||||||
|
|
Loading…
Reference in a new issue